lokdocview: fixed rectangle format in documentation/comments

Change-Id: Iaf4a5fba5c4c34d03b91ca9ca4dd4eff1dbf39f6
This commit is contained in:
Pranav Kant
2015-06-05 17:05:28 +05:30
committed by Miklos Vajna
parent c074cfa4d4
commit f4278176b0

View File

@@ -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);