Fix *_component_getFactory function type

Change-Id: I6b7a9e15da83f1d53a5e59d26b643c363e652619
This commit is contained in:
Stephan Bergmann
2014-08-28 18:07:53 +02:00
parent 9cd55a26c2
commit a6e28fe9c6

View File

@@ -245,8 +245,8 @@ extern "C"
SAL_DLLPUBLIC_EXPORT void * SAL_CALL ucpexpand1_component_getFactory( SAL_DLLPUBLIC_EXPORT void * SAL_CALL ucpexpand1_component_getFactory(
const sal_Char * pImplName, const sal_Char * pImplName,
lang::XMultiServiceFactory * pServiceManager, void * pServiceManager,
registry::XRegistryKey * pRegistryKey ) void * pRegistryKey )
{ {
return ::cppu::component_getFactoryHelper( return ::cppu::component_getFactoryHelper(
pImplName, pServiceManager, pRegistryKey, s_entries ); pImplName, pServiceManager, pRegistryKey, s_entries );