Update from LO master

This commit is contained in:
Tor Lillqvist 2015-05-27 14:06:50 +03:00
parent 6453f130c0
commit b3ea72955d

View file

@ -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;