[Libreoffice-commits] online.git: Branch 'refs/tags/cp-4.0.9-2' - bundled/include

Aron Budea (via logerrit) logerrit at kemper.freedesktop.org
Thu Nov 28 07:06:27 UTC 2019


Rebased ref, commits from common ancestor:
commit 9bb024bd1c09ed0ed48a767aa331de1c8bfee53a
Author:     Aron Budea <aron.budea at collabora.com>
AuthorDate: Thu Nov 28 02:53:14 2019 +0100
Commit:     Aron Budea <aron.budea at collabora.com>
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);


More information about the Libreoffice-commits mailing list