[Libreoffice-commits] online.git: loolwsd/bundled

Tor Lillqvist tml at collabora.com
Mon Sep 12 10:09:52 UTC 2016


 loolwsd/bundled/include/LibreOfficeKit/LibreOfficeKit.h      |    1 -
 loolwsd/bundled/include/LibreOfficeKit/LibreOfficeKitEnums.h |    2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

New commits:
commit c56888159a12b8709dbf5d4e987eaac5a70c2eb0
Author: Tor Lillqvist <tml at collabora.com>
Date:   Mon Sep 12 13:08:29 2016 +0300

    Update to match core master
    
    Just two small comment and whitespace changes.

diff --git a/loolwsd/bundled/include/LibreOfficeKit/LibreOfficeKit.h b/loolwsd/bundled/include/LibreOfficeKit/LibreOfficeKit.h
index 6a8388d..53162a3 100644
--- a/loolwsd/bundled/include/LibreOfficeKit/LibreOfficeKit.h
+++ b/loolwsd/bundled/include/LibreOfficeKit/LibreOfficeKit.h
@@ -244,7 +244,6 @@ struct _LibreOfficeKitDocumentClass
                            const int nTileWidth,
                            const int nTileHeight);
 
-
     /// @see lok::Document::setCallbackLatch().
     void (*setCallbackLatch) (LibreOfficeKitDocument* pThis,
                               bool bCallbackLatch);
diff --git a/loolwsd/bundled/include/LibreOfficeKit/LibreOfficeKitEnums.h b/loolwsd/bundled/include/LibreOfficeKit/LibreOfficeKitEnums.h
index 324318c..8aef838 100644
--- a/loolwsd/bundled/include/LibreOfficeKit/LibreOfficeKitEnums.h
+++ b/loolwsd/bundled/include/LibreOfficeKit/LibreOfficeKitEnums.h
@@ -284,7 +284,7 @@ typedef enum
      * {
      *     "classification": "error" | "warning" | "info"
      *     "kind": "network" etc.
-     *     "code": 403 | 404 | ...
+     *     "code": a structured 32-bit error code, the ErrCode from LibreOffice's <tools/errcode.hxx>
      *     "message": freeform description
      * }
      */


More information about the Libreoffice-commits mailing list