diff options
Diffstat (limited to 'configmgr/source/services.cxx')
-rw-r--r-- | configmgr/source/services.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configmgr/source/services.cxx b/configmgr/source/services.cxx index 656f9d418d9b..72d610141733 100644 --- a/configmgr/source/services.cxx +++ b/configmgr/source/services.cxx @@ -87,7 +87,7 @@ static cppu::ImplementationEntry const services[] = { } -extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory( +extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL configmgr_component_getFactory( char const * pImplName, void * pServiceManager, void * pRegistryKey) { return cppu::component_getFactoryHelper( |