diff options
-rw-r--r-- | libreofficekit/source/gtk/lokdocview.cxx | 4 |
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); |