Fix *_component_getFactory function type
Change-Id: I6b7a9e15da83f1d53a5e59d26b643c363e652619
This commit is contained in:
parent
9cd55a26c2
commit
a6e28fe9c6
@ -245,8 +245,8 @@ extern "C"
|
||||
|
||||
SAL_DLLPUBLIC_EXPORT void * SAL_CALL ucpexpand1_component_getFactory(
|
||||
const sal_Char * pImplName,
|
||||
lang::XMultiServiceFactory * pServiceManager,
|
||||
registry::XRegistryKey * pRegistryKey )
|
||||
void * pServiceManager,
|
||||
void * pRegistryKey )
|
||||
{
|
||||
return ::cppu::component_getFactoryHelper(
|
||||
pImplName, pServiceManager, pRegistryKey, s_entries );
|
||||
|
Loading…
x
Reference in New Issue
Block a user