Update the bundled includes.
This commit is contained in:
parent
bc65f57a54
commit
a172c73519
2 changed files with 7 additions and 2 deletions
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue