diff options
Diffstat (limited to 'stoc/source/stocservices/stocservices.cxx')
-rw-r--r-- | stoc/source/stocservices/stocservices.cxx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/stoc/source/stocservices/stocservices.cxx b/stoc/source/stocservices/stocservices.cxx index f30bd35b216f..0ec496e9feb4 100644 --- a/stoc/source/stocservices/stocservices.cxx +++ b/stoc/source/stocservices/stocservices.cxx @@ -99,11 +99,7 @@ SAL_DLLPUBLIC_EXPORT sal_Bool SAL_CALL component_canUnload( TimeValue *pTime ) #endif -#ifdef DISABLE_DYNLOADING -#define component_getFactory stocservices_component_getFactory -#endif - -SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory( +SAL_DLLPUBLIC_EXPORT void * SAL_CALL stocservices_component_getFactory( const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey ) { return component_getFactoryHelper( pImplName, pServiceManager, pRegistryKey , g_entries ); |