[Libreoffice-commits] online.git: Branch 'distro/collabora/milestone-7' - loolwsd/bundled

Miklos Vajna vmiklos at collabora.co.uk
Tue Feb 2 10:26:34 UTC 2016


 loolwsd/bundled/include/LibreOfficeKit/LibreOfficeKit.h |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 0b5e5bf2b0289f5f2e069ad8421b5ee73e6260e4
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Tue Feb 2 11:24:54 2016 +0100

    loolwsd: update bundled headers
    
    (cherry picked from commit 816663f1e8b1e22b57887c43c96b41632286f369)

diff --git a/loolwsd/bundled/include/LibreOfficeKit/LibreOfficeKit.h b/loolwsd/bundled/include/LibreOfficeKit/LibreOfficeKit.h
index ee9ac1a..c98dd1f 100644
--- a/loolwsd/bundled/include/LibreOfficeKit/LibreOfficeKit.h
+++ b/loolwsd/bundled/include/LibreOfficeKit/LibreOfficeKit.h
@@ -53,9 +53,11 @@ struct _LibreOfficeKitClass
 
     char* (*getError) (LibreOfficeKit* pThis);
 
+    /// @since LibreOffice 5.0
     LibreOfficeKitDocument* (*documentLoadWithOptions) (LibreOfficeKit* pThis,
                                                         const char* pURL,
                                                         const char* pOptions);
+    /// @since LibreOffice 5.2
     void (*freeError) (char* pFree);
 
 #if defined LOK_USE_UNSTABLE_API || defined LIBO_INTERNAL_ONLY
@@ -203,6 +205,8 @@ struct _LibreOfficeKitDocumentClass
             int nTilePixelHeight,
             int nTileTwipWidth,
             int nTileTwipHeight);
+    /// @see lok::Document::setVisibleArea).
+    void (*setClientVisibleArea) (LibreOfficeKitDocument* pThis, int nX, int nY, int nWidth, int nHeight);
 
     /// @see lok::Document::createView().
     int (*createView) (LibreOfficeKitDocument* pThis);


More information about the Libreoffice-commits mailing list