Fix *_component_getFactory function type
Change-Id: I6b7a9e15da83f1d53a5e59d26b643c363e652619
This commit is contained in:
@@ -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 );
|
||||||
|
Reference in New Issue
Block a user