[Libreoffice-commits] online.git: loolwsd/bundled
Tor Lillqvist
tml at collabora.com
Wed May 27 04:07:22 PDT 2015
loolwsd/bundled/include/LibreOfficeKit/LibreOfficeKitEnums.h | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
New commits:
commit b3ea72955d4c9cefa7a3db2dba1a938dc0a1cb61
Author: Tor Lillqvist <tml at collabora.com>
Date: Wed May 27 14:06:50 2015 +0300
Update from LO master
diff --git a/loolwsd/bundled/include/LibreOfficeKit/LibreOfficeKitEnums.h b/loolwsd/bundled/include/LibreOfficeKit/LibreOfficeKitEnums.h
index ba4db82..bbcd5b9 100644
--- a/loolwsd/bundled/include/LibreOfficeKit/LibreOfficeKitEnums.h
+++ b/loolwsd/bundled/include/LibreOfficeKit/LibreOfficeKitEnums.h
@@ -148,7 +148,14 @@ typedef enum
* Clients should assume that data returned by an earlier
* lok::Document::getDocumentSize() call is no longer valid.
*/
- LOK_CALLBACK_PAGE_COUNT_CHANGED
+ LOK_CALLBACK_PAGE_COUNT_CHANGED,
+
+ /**
+ * The current part number is changed.
+ *
+ * Payload is a single 0-based integer.
+ */
+ LOK_CALLBACK_SET_PART
}
LibreOfficeKitCallbackType;
More information about the Libreoffice-commits
mailing list