From dcba1752892cb22e3f4b63e7d648931f7cb5f89b Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Mon, 11 Dec 2017 22:46:43 +0100 Subject: Fix binary incompatible change in the LOK API + add unit test. Change-Id: I53cb40ea351bf56b1a299857a59ae4bf7c6b6dc3 Reviewed-on: https://gerrit.libreoffice.org/46272 Reviewed-by: Marco Cecchetti Tested-by: Marco Cecchetti Tested-by: Jenkins --- include/LibreOfficeKit/LibreOfficeKit.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/LibreOfficeKit') diff --git a/include/LibreOfficeKit/LibreOfficeKit.h b/include/LibreOfficeKit/LibreOfficeKit.h index f9c9e22a730e..ed8b295b3f09 100644 --- a/include/LibreOfficeKit/LibreOfficeKit.h +++ b/include/LibreOfficeKit/LibreOfficeKit.h @@ -228,9 +228,6 @@ struct _LibreOfficeKitDocumentClass /// @see lok::Document::setVisibleArea). void (*setClientVisibleArea) (LibreOfficeKitDocument* pThis, int nX, int nY, int nWidth, int nHeight); - /// @see lok::Document::setOutlineState). - void (*setOutlineState) (LibreOfficeKitDocument* pThis, bool bColumn, int nLevel, int nIndex, bool bHidden); - /// @see lok::Document::createView(). int (*createView) (LibreOfficeKitDocument* pThis); /// @see lok::Document::destroyView(). @@ -270,6 +267,9 @@ struct _LibreOfficeKitDocumentClass int* pArray, size_t nSize); + /// @see lok::Document::setOutlineState). + void (*setOutlineState) (LibreOfficeKitDocument* pThis, bool bColumn, int nLevel, int nIndex, bool bHidden); + /// Paints window with given id to the buffer /// @see lok::Document::paintWindow(). void (*paintWindow) (LibreOfficeKitDocument* pThis, unsigned nWindowId, -- cgit -6-1'>distro/cib/libreoffice-6-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author