[Libreoffice-commits] online.git: bundled/include

Aron Budea (via logerrit) logerrit at kemper.freedesktop.org
Mon Oct 21 18:21:05 UTC 2019


 bundled/include/LibreOfficeKit/LibreOfficeKit.h |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 443ed3274fda3c678508eeeef18f6a356db9cd96
Author:     Aron Budea <aron.budea at collabora.com>
AuthorDate: Mon Oct 21 20:18:15 2019 +0200
Commit:     Aron Budea <aron.budea at collabora.com>
CommitDate: Mon Oct 21 20:20:45 2019 +0200

    lokit: fix order of functions
    
    74ce4a9261e69cb80e034b9be2a1e6345c28389e introduced a
    different order than in core.
    
    Change-Id: I4d601e1fcd3028c7bbe9d0119c15193fe1db1f35
    Reviewed-on: https://gerrit.libreoffice.org/81270
    Reviewed-by: Aron Budea <aron.budea at collabora.com>
    Tested-by: Aron Budea <aron.budea at collabora.com>

diff --git a/bundled/include/LibreOfficeKit/LibreOfficeKit.h b/bundled/include/LibreOfficeKit/LibreOfficeKit.h
index 2e846c7fa..29d834969 100644
--- a/bundled/include/LibreOfficeKit/LibreOfficeKit.h
+++ b/bundled/include/LibreOfficeKit/LibreOfficeKit.h
@@ -199,11 +199,6 @@ struct _LibreOfficeKitDocumentClass
                             int nButtons,
                             int nModifier);
 
-    /// @see lok::Document::sendDialogEvent
-    void (*sendDialogEvent) (LibreOfficeKitDocument* pThis,
-                            unsigned nLOKWindowId,
-                            const char* pArguments);
-
     /// @see lok::Document::postUnoCommand
     void (*postUnoCommand) (LibreOfficeKitDocument* pThis,
                             const char* pCommand,
@@ -419,6 +414,11 @@ struct _LibreOfficeKitDocumentClass
                                int nBefore,
                                int nAfter);
 
+    /// @see lok::Document::sendDialogEvent
+    void (*sendDialogEvent) (LibreOfficeKitDocument* pThis,
+                            unsigned nLOKWindowId,
+                            const char* pArguments);
+
 #endif // defined LOK_USE_UNSTABLE_API || defined LIBO_INTERNAL_ONLY
 };
 


More information about the Libreoffice-commits mailing list