From 8ffbb86b30e2c1674ba32e9e29447cbea3585d03 Mon Sep 17 00:00:00 2001 From: Marco Cecchetti Date: Thu, 1 Feb 2018 12:17:45 +0100 Subject: lok - calc: add support for show/hide tabs in online Change-Id: Ibd061414a0c3a5fad83d03f7047831cef62076d2 Reviewed-on: https://gerrit.libreoffice.org/49083 Tested-by: Jenkins Reviewed-by: Marco Cecchetti --- include/LibreOfficeKit/LibreOfficeKit.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/LibreOfficeKit/LibreOfficeKit.h') diff --git a/include/LibreOfficeKit/LibreOfficeKit.h b/include/LibreOfficeKit/LibreOfficeKit.h index d465d541b0e0..0799584d3097 100644 --- a/include/LibreOfficeKit/LibreOfficeKit.h +++ b/include/LibreOfficeKit/LibreOfficeKit.h @@ -306,6 +306,9 @@ struct _LibreOfficeKitDocumentClass int nType, const char* pText); + /// @see lok::Document::getPartInfo(). + char* (*getPartInfo) (LibreOfficeKitDocument* pThis, int nPart); + #endif // defined LOK_USE_UNSTABLE_API || defined LIBO_INTERNAL_ONLY }; -- cgit