[Libreoffice-commits] core.git: include/LibreOfficeKit
Pranav Kant
pranavk at gnome.org
Fri Jun 5 04:07:57 PDT 2015
include/LibreOfficeKit/LibreOfficeKitEnums.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 107d31165479d602fbc644aaf41d213e58e00389
Author: Pranav Kant <pranavk at gnome.org>
Date: Fri Jun 5 16:36:14 2015 +0530
LOK: fix the rectangle format mentioned in documentation/comment
Change-Id: I41bf3a21b5da9fc8155bbe6eb0f86078f90f6647
diff --git a/include/LibreOfficeKit/LibreOfficeKitEnums.h b/include/LibreOfficeKit/LibreOfficeKitEnums.h
index 66237e4..bdcc2f0 100644
--- a/include/LibreOfficeKit/LibreOfficeKitEnums.h
+++ b/include/LibreOfficeKit/LibreOfficeKitEnums.h
@@ -39,7 +39,7 @@ typedef enum
* Any tiles which are over the rectangle described in the payload are no
* longer valid.
*
- * Rectangle format: "width, height, x, y", where all numbers are document
+ * Rectangle format: "x, y, width, height", where all numbers are document
* coordinates, in twips. When all tiles are supposed to be dropped, the
* format is the "EMPTY" string.
*/
More information about the Libreoffice-commits
mailing list