summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPranav Kant <pranavk@gnome.org>2015-06-05 16:36:14 +0530
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-10-13 13:44:43 +0200
commitd65ba249edfb1b564aebd8dab7af87ed1a176594 (patch)
treee37e19c9515c3034ccc74c811555da5789ed7f45 /include
parentLOK: remove unused LOK_PARTMODE_EMBEDDEDOBJ (diff)
downloadcore-d65ba249edfb1b564aebd8dab7af87ed1a176594.tar.gz
core-d65ba249edfb1b564aebd8dab7af87ed1a176594.zip
LOK: fix the rectangle format mentioned in documentation/comment
Change-Id: I41bf3a21b5da9fc8155bbe6eb0f86078f90f6647 (cherry picked from commit 107d31165479d602fbc644aaf41d213e58e00389)
Diffstat (limited to 'include')
-rw-r--r--include/LibreOfficeKit/LibreOfficeKitEnums.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/LibreOfficeKit/LibreOfficeKitEnums.h b/include/LibreOfficeKit/LibreOfficeKitEnums.h
index 2726124fdc9e..da941813f7e6 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.
*/