Kaydet (Commit) 8c9331aa authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Fix component_getFactory function signature

Change-Id: I0cf3b4446cdd60162aa979c7e223d37d9f508014
üst 1b9e807b
...@@ -902,7 +902,7 @@ extern "C" ...@@ -902,7 +902,7 @@ extern "C"
{ {
SAL_DLLPUBLIC_EXPORT void* SAL_CALL dbtools_component_getFactory(const sal_Char* implName, ::com::sun::star::lang::XMultiServiceFactory* serviceManager, void* registryKey) SAL_DLLPUBLIC_EXPORT void* SAL_CALL dbtools_component_getFactory(const sal_Char* implName, void* serviceManager, void* registryKey)
{ {
return cppu::component_getFactoryHelper(implName, serviceManager, registryKey, entries); return cppu::component_getFactoryHelper(implName, serviceManager, registryKey, entries);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment