[Libreoffice-commits] online.git: loolwsd/bundled
Miklos Vajna
vmiklos at collabora.co.uk
Fri Sep 16 12:50:53 UTC 2016
loolwsd/bundled/include/LibreOfficeKit/LibreOfficeKit.h | 5 +++++
1 file changed, 5 insertions(+)
New commits:
commit 784f2eb94c7b125a51c74414720e72066dff2aab
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date: Fri Sep 16 14:50:18 2016 +0200
Update bundled LibreOfficeKit include files
Change-Id: I8f08c3b22d81b81ba8dc13398269cd4b8e75aaf6
diff --git a/loolwsd/bundled/include/LibreOfficeKit/LibreOfficeKit.h b/loolwsd/bundled/include/LibreOfficeKit/LibreOfficeKit.h
index a0ed819..c97655f 100644
--- a/loolwsd/bundled/include/LibreOfficeKit/LibreOfficeKit.h
+++ b/loolwsd/bundled/include/LibreOfficeKit/LibreOfficeKit.h
@@ -244,6 +244,11 @@ struct _LibreOfficeKitDocumentClass
const int nTileWidth,
const int nTileHeight);
+ /// @see lok::Document::getViewIds().
+ bool (*getViewIds) (LibreOfficeKitDocument* pThis,
+ int* pArray,
+ size_t nSize);
+
#endif // defined LOK_USE_UNSTABLE_API || defined LIBO_INTERNAL_ONLY
};
More information about the Libreoffice-commits
mailing list