diff options
Diffstat (limited to 'stoc/source')
-rw-r--r-- | stoc/source/bootstrap/services.cxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/stoc/source/bootstrap/services.cxx b/stoc/source/bootstrap/services.cxx index 6a9096343480..90e04fd2c6fb 100644 --- a/stoc/source/bootstrap/services.cxx +++ b/stoc/source/bootstrap/services.cxx @@ -120,10 +120,16 @@ static struct ImplementationEntry g_entries[] = extern "C" { +#ifndef IOS sal_Bool SAL_CALL component_canUnload( TimeValue *pTime ) { return g_moduleCount.canUnload( &g_moduleCount , pTime ); } +#endif + +#ifdef IOS +#define component_getFactory bootstrap_component_getFactory +#endif //================================================================================================== SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory( |