bundled/include/LibreOfficeKit/LibreOfficeKit.h | 8 -------- 1 file changed, 8 deletions(-)
New commits: commit 9bb024bd1c09ed0ed48a767aa331de1c8bfee53a Author: Aron Budea <[email protected]> AuthorDate: Thu Nov 28 02:53:14 2019 +0100 Commit: Aron Budea <[email protected]> CommitDate: Thu Nov 28 02:53:14 2019 +0100 Fix build After e70bdc3c9c44c0bb19aa241c7e81e339a84bb50b. Change-Id: I44965ac9a4e110bee42502d5a0ee651e2fce90ea diff --git a/bundled/include/LibreOfficeKit/LibreOfficeKit.h b/bundled/include/LibreOfficeKit/LibreOfficeKit.h index 681556690..78a452a84 100644 --- a/bundled/include/LibreOfficeKit/LibreOfficeKit.h +++ b/bundled/include/LibreOfficeKit/LibreOfficeKit.h @@ -256,14 +256,6 @@ struct _LibreOfficeKitDocumentClass int* pFontWidth, int* pFontHeight); - /// @see lok::Document::renderFontOrientation(). - unsigned char* (*renderFontOrientation) (LibreOfficeKitDocument* pThis, - const char* pFontName, - const char* pChar, - int* pFontWidth, - int* pFontHeight, - int pOrientation); - /// @see lok::Document::getPartHash(). char* (*getPartHash) (LibreOfficeKitDocument* pThis, int nPart); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
