summaryrefslogtreecommitdiff
path: root/libreofficekit
diff options
context:
space:
mode:
authorPranav Kant <pranavk@gnome.org>2015-06-05 17:05:28 +0530
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-06-09 10:44:22 +0200
commitf4278176b031f0588269599ba8b59aa6ebbb9464 (patch)
tree65b732f72652f49b4f3ef057064690c7f9dba614 /libreofficekit
parentc074cfa4d48736d1703949ccfe1a6c534a2742ae (diff)
lokdocview: fixed rectangle format in documentation/comments
Change-Id: Iaf4a5fba5c4c34d03b91ca9ca4dd4eff1dbf39f6
Diffstat (limited to 'libreofficekit')
-rw-r--r--libreofficekit/source/gtk/lokdocview.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/libreofficekit/source/gtk/lokdocview.cxx b/libreofficekit/source/gtk/lokdocview.cxx
index 61177c91b79a..8e43e08d07da 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);