Update from LO master
This commit is contained in:
parent
6453f130c0
commit
b3ea72955d
1 changed files with 8 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue