summaryrefslogtreecommitdiff
path: root/desktop/source/lib
diff options
context:
space:
mode:
authorjan Iversen <jani@libreoffice.org>2018-01-18 12:26:05 +0100
committerjan Iversen <jani@libreoffice.org>2018-01-18 12:27:22 +0100
commit09449750fe9c698688ae5fb92c9ac4556b2a371f (patch)
treef8ad91c0e450209e09cecacc2c6a0f0b46b7233d /desktop/source/lib
parent58758c62e091552624dcd03837d614ba7bd53982 (diff)
iOS, readded function declaration.
Function declaration got lost in the different gerrit patches Change-Id: Iec2b0449c0c6e41fb1b5568d6f5651b697a2daa5
Diffstat (limited to 'desktop/source/lib')
-rw-r--r--desktop/source/lib/init.cxx1
1 files changed, 1 insertions, 0 deletions
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);