[Libreoffice-commits] core.git: desktop/source

jan Iversen jani at libreoffice.org
Thu Jan 18 11:27:47 UTC 2018


 desktop/source/lib/init.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 09449750fe9c698688ae5fb92c9ac4556b2a371f
Author: jan Iversen <jani at libreoffice.org>
Date:   Thu Jan 18 12:26:05 2018 +0100

    iOS, readded function declaration.
    
    Function declaration got lost in the different gerrit patches
    
    Change-Id: Iec2b0449c0c6e41fb1b5568d6f5651b697a2daa5

diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index db8a5c5142c9..4c0b96b85951 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -3806,6 +3806,7 @@ static void lo_destroy(LibreOfficeKit* pThis)
 extern "C"
 {
 __attribute__((visibility("default")))
+void temporaryHackToInvokeCallbackHandlers(LibreOfficeKitDocument* pThis)
 {
     SolarMutexGuard aGuard;
     LibLODocument_Impl* pDocument = static_cast<LibLODocument_Impl*>(pThis);


More information about the Libreoffice-commits mailing list