diff options
Diffstat (limited to 'bundled/include/LibreOfficeKit/LibreOfficeKit.h')
-rw-r--r-- | bundled/include/LibreOfficeKit/LibreOfficeKit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bundled/include/LibreOfficeKit/LibreOfficeKit.h b/bundled/include/LibreOfficeKit/LibreOfficeKit.h index ebc112fb7..7492fcc7a 100644 --- a/bundled/include/LibreOfficeKit/LibreOfficeKit.h +++ b/bundled/include/LibreOfficeKit/LibreOfficeKit.h @@ -302,6 +302,7 @@ struct _LibreOfficeKitDocumentClass /// @see lok::Document::postExtTextInputEvent void (*postExtTextInputEvent) (LibreOfficeKitDocument* pThis, + unsigned nWindowId, int nType, const char* pText); |