bundled/include/LibreOfficeKit/LibreOfficeKit.h | 8 -------- 1 file changed, 8 deletions(-)
New commits: commit ada90815cf2b850a1ffa403a152d3bd72ceeceeb Author: Ashod Nakashian <[email protected]> AuthorDate: Mon Nov 11 08:15:31 2019 -0500 Commit: Ashod Nakashian <[email protected]> CommitDate: Mon Nov 11 14:17:35 2019 +0100 wsd: remove duplicate renderFontOrientation from bundled headers Change-Id: I91d4e2a9c76f6d62d0219e22442c8bf538a63908 Reviewed-on: https://gerrit.libreoffice.org/82438 Reviewed-by: Ashod Nakashian <[email protected]> Tested-by: Ashod Nakashian <[email protected]> diff --git a/bundled/include/LibreOfficeKit/LibreOfficeKit.h b/bundled/include/LibreOfficeKit/LibreOfficeKit.h index 2ca8631ed..78f2b478e 100644 --- a/bundled/include/LibreOfficeKit/LibreOfficeKit.h +++ b/bundled/include/LibreOfficeKit/LibreOfficeKit.h @@ -262,14 +262,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
