loolwsd/bundled/include/LibreOfficeKit/LibreOfficeKit.h      |    5 +++++
 loolwsd/bundled/include/LibreOfficeKit/LibreOfficeKitEnums.h |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

New commits:
commit a172c73519acacea1a43f78295b96269eef816c3
Author: Jan Holesovsky <ke...@collabora.com>
Date:   Thu Jun 25 12:03:16 2015 +0200

    Update the bundled includes.

diff --git a/loolwsd/bundled/include/LibreOfficeKit/LibreOfficeKit.h 
b/loolwsd/bundled/include/LibreOfficeKit/LibreOfficeKit.h
index 7eb42e8..e3b4850 100644
--- a/loolwsd/bundled/include/LibreOfficeKit/LibreOfficeKit.h
+++ b/loolwsd/bundled/include/LibreOfficeKit/LibreOfficeKit.h
@@ -146,6 +146,11 @@ struct _LibreOfficeKitDocumentClass
                               int nX,
                               int nY);
 
+    /// @see lok::Document::getTextSelection
+    char* (*getTextSelection) (LibreOfficeKitDocument* pThis,
+                               const char* pMimeType,
+                               char** pUsedMimeType);
+
     /// @see lok::Document::setGraphicSelection
     void (*setGraphicSelection) (LibreOfficeKitDocument* pThis,
                                  int nType,
diff --git a/loolwsd/bundled/include/LibreOfficeKit/LibreOfficeKitEnums.h 
b/loolwsd/bundled/include/LibreOfficeKit/LibreOfficeKitEnums.h
index 66237e4..7038e5f 100644
--- a/loolwsd/bundled/include/LibreOfficeKit/LibreOfficeKitEnums.h
+++ b/loolwsd/bundled/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.
      */
@@ -119,7 +119,7 @@ typedef enum
      * document, the status indicator callbacks will arrive to the callback
      * registered for the LibreOfficeKit (singleton) object, not a
      * LibreOfficeKitDocument one, because we are in the very progress of
-     * loading a docuemnt and then constructing a LibreOfficeKitDocument
+     * loading a document and then constructing a LibreOfficeKitDocument
      * object.
      */
     LOK_CALLBACK_STATUS_INDICATOR_START,
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to