Blame SOURCES/0008-LOK-fix-the-rectangle-format-mentioned-in-documentat.patch

f325b2
From 59ba6f6da9314d57d7c91a20c9ca6e7fc061780b Mon Sep 17 00:00:00 2001
f325b2
From: Pranav Kant <pranavk@gnome.org>
f325b2
Date: Fri, 5 Jun 2015 16:36:14 +0530
f325b2
Subject: [PATCH 008/398] LOK: fix the rectangle format mentioned in
f325b2
 documentation/comment
f325b2
f325b2
Change-Id: I41bf3a21b5da9fc8155bbe6eb0f86078f90f6647
f325b2
(cherry picked from commit 107d31165479d602fbc644aaf41d213e58e00389)
f325b2
---
f325b2
 include/LibreOfficeKit/LibreOfficeKitEnums.h | 2 +-
f325b2
 1 file changed, 1 insertion(+), 1 deletion(-)
f325b2
f325b2
diff --git a/include/LibreOfficeKit/LibreOfficeKitEnums.h b/include/LibreOfficeKit/LibreOfficeKitEnums.h
f325b2
index 66237e4512cf..bdcc2f0c256f 100644
f325b2
--- a/include/LibreOfficeKit/LibreOfficeKitEnums.h
f325b2
+++ b/include/LibreOfficeKit/LibreOfficeKitEnums.h
f325b2
@@ -39,7 +39,7 @@ typedef enum
f325b2
      * Any tiles which are over the rectangle described in the payload are no
f325b2
      * longer valid.
f325b2
      *
f325b2
-     * Rectangle format: "width, height, x, y", where all numbers are document
f325b2
+     * Rectangle format: "x, y, width, height", where all numbers are document
f325b2
      * coordinates, in twips. When all tiles are supposed to be dropped, the
f325b2
      * format is the "EMPTY" string.
f325b2
      */
f325b2
-- 
f325b2
2.12.0
f325b2