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