[Libreoffice-commits] core.git: desktop/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Fri Feb 15 15:49:15 UTC 2019
desktop/source/lib/init.cxx | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit 6b13784a140c4269f2caaceec3aec2e0bece45e9
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Fri Feb 15 17:47:47 2019 +0200
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Fri Feb 15 17:48:12 2019 +0200
Mention that temporaryHackToInvokeCallbackHandlers() is for LibreOfficeLight
Change-Id: I0b53fea8df48bea17c56678d6d9b7d43c571d0a1
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index 6135ebdea78a..a7e1161a1bde 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -4625,6 +4625,9 @@ static void lo_destroy(LibreOfficeKit* pThis)
}
#ifdef IOS
+
+// Used by the unmaintained LibreOfficeLight app. Once that has been retired, get rid of this, too.
+
extern "C"
{
__attribute__((visibility("default")))
More information about the Libreoffice-commits
mailing list