From a3eb2aa471bcf0573d373edfa46a6b642fe5cdb1 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 2 Nov 2018 23:54:38 +0200 Subject: 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 --- include/LibreOfficeKit/LibreOfficeKitInit.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/LibreOfficeKit') 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 ) -- cgit