diff options
author | Tor Lillqvist <tml@collabora.com> | 2018-11-02 23:54:38 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2018-11-03 15:32:07 +0100 |
commit | a3eb2aa471bcf0573d373edfa46a6b642fe5cdb1 (patch) | |
tree | 0103e915552576c9ece614b185f6e1623712b0ca /include/LibreOfficeKit | |
parent | 81765aa741d14dd14eba598d402c138240b23efb (diff) |
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@collabora.com>
Diffstat (limited to 'include/LibreOfficeKit')
-rw-r--r-- | include/LibreOfficeKit/LibreOfficeKitInit.h | 3 |
1 files changed, 1 insertions, 2 deletions
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 ) |