Blame SOURCES/0018-lokdocview-fixed-rectangle-format-in-documentation-c.patch

f325b2
From 85532b0dc16409922bcb6b1f7193e59e8d5add56 Mon Sep 17 00:00:00 2001
f325b2
From: Pranav Kant <pranavk@gnome.org>
f325b2
Date: Fri, 5 Jun 2015 17:05:28 +0530
f325b2
Subject: [PATCH 018/398] lokdocview: fixed rectangle format in
f325b2
 documentation/comments
f325b2
f325b2
Change-Id: Iaf4a5fba5c4c34d03b91ca9ca4dd4eff1dbf39f6
f325b2
(cherry picked from commit f4278176b031f0588269599ba8b59aa6ebbb9464)
f325b2
---
f325b2
 libreofficekit/source/gtk/lokdocview.cxx | 4 ++--
f325b2
 1 file changed, 2 insertions(+), 2 deletions(-)
f325b2
f325b2
diff --git a/libreofficekit/source/gtk/lokdocview.cxx b/libreofficekit/source/gtk/lokdocview.cxx
f325b2
index 2181dc9a21b1..48b3ed6e2080 100644
f325b2
--- a/libreofficekit/source/gtk/lokdocview.cxx
f325b2
+++ b/libreofficekit/source/gtk/lokdocview.cxx
f325b2
@@ -186,9 +186,9 @@ struct LOKDocView_Impl
f325b2
      * the tiles that intersect with pPartial.
f325b2
      */
f325b2
     void renderDocument(GdkRectangle* pPartial);
f325b2
-    /// Returns the GdkRectangle of a width,height,x,y string.
f325b2
+    /// Returns the GdkRectangle of a x,y,width,height string.
f325b2
     static GdkRectangle payloadToRectangle(const char* pPayload);
f325b2
-    /// Returns the GdkRectangles of a w,h,x,y;w2,h2,x2,y2;... string.
f325b2
+    /// Returns the GdkRectangles of a x1,y1,w1,h1;x2,y2,w2,h2;... string.
f325b2
     static std::vector<GdkRectangle> payloadToRectangles(const char* pPayload);
f325b2
     /// Returns the string representation of a LibreOfficeKitCallbackType enumeration element.
f325b2
     static const char* callbackTypeToString(int nType);
f325b2
-- 
f325b2
2.12.0
f325b2