[Libreoffice-commits] online.git: bundled/include
Ashod Nakashian (via logerrit)
logerrit at kemper.freedesktop.org
Mon Nov 11 13:17:55 UTC 2019
bundled/include/LibreOfficeKit/LibreOfficeKit.h | 8 --------
1 file changed, 8 deletions(-)
New commits:
commit ada90815cf2b850a1ffa403a152d3bd72ceeceeb
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
AuthorDate: Mon Nov 11 08:15:31 2019 -0500
Commit: Ashod Nakashian <ashnakash at gmail.com>
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 <ashnakash at gmail.com>
Tested-by: Ashod Nakashian <ashnakash at gmail.com>
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);
More information about the Libreoffice-commits
mailing list