From f4278176b031f0588269599ba8b59aa6ebbb9464 Mon Sep 17 00:00:00 2001 From: Pranav Kant Date: Fri, 5 Jun 2015 17:05:28 +0530 Subject: lokdocview: fixed rectangle format in documentation/comments Change-Id: Iaf4a5fba5c4c34d03b91ca9ca4dd4eff1dbf39f6 --- libreofficekit/source/gtk/lokdocview.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libreofficekit') 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 payloadToRectangles(const char* pPayload); /// Returns the string representation of a LibreOfficeKitCallbackType enumeration element. static const char* callbackTypeToString(int nType); -- cgit