[Libreoffice-commits] core.git: include/LibreOfficeKit
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Sat Nov 3 14:32:28 UTC 2018
include/LibreOfficeKit/LibreOfficeKitInit.h | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
New commits:
commit a3eb2aa471bcf0573d373edfa46a6b642fe5cdb1
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Fri Nov 2 23:54:38 2018 +0200
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Sat Nov 3 15:32:07 2018 +0100
No need to mark libreofficekit_hook_2 with default visibility for iOS
Change-Id: Ib7b54ebed1c66324c79c116bd4d1e08ebaa1eac9
Reviewed-on: https://gerrit.libreoffice.org/62797
Tested-by: Jenkins
Reviewed-by: Tor Lillqvist <tml at collabora.com>
diff --git a/include/LibreOfficeKit/LibreOfficeKitInit.h b/include/LibreOfficeKit/LibreOfficeKitInit.h
index ae779f468350..5dbf2f83f988 100644
--- a/include/LibreOfficeKit/LibreOfficeKitInit.h
+++ b/include/LibreOfficeKit/LibreOfficeKitInit.h
@@ -250,8 +250,7 @@ typedef LibreOfficeKit *(LokHookFunction2)( const char *install_path, const char
typedef int (LokHookPreInit) ( const char *install_path, const char *user_profile_url );
#if defined(IOS)
-extern __attribute__ ((visibility("default")))
- LibreOfficeKit *libreofficekit_hook_2(const char* install_path, const char* user_profile_path);
+LibreOfficeKit *libreofficekit_hook_2(const char* install_path, const char* user_profile_path);
#endif
static LibreOfficeKit *lok_init_2( const char *install_path, const char *user_profile_url )
More information about the Libreoffice-commits
mailing list