diff options
author | Tor Lillqvist <tml@collabora.com> | 2019-02-15 17:47:47 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2019-02-15 17:48:12 +0200 |
commit | 6b13784a140c4269f2caaceec3aec2e0bece45e9 (patch) | |
tree | b61edd71ebbf5b63074dc320d767e871b61f32e7 /desktop/source | |
parent | 36af12e74f4fa20712a3671c1be2a3a4b5a54e7d (diff) |
Mention that temporaryHackToInvokeCallbackHandlers() is for LibreOfficeLight
Change-Id: I0b53fea8df48bea17c56678d6d9b7d43c571d0a1
Diffstat (limited to 'desktop/source')
-rw-r--r-- | desktop/source/lib/init.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
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"))) |