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

Fix *_component_getFactory function type

Change-Id: I6b7a9e15da83f1d53a5e59d26b643c363e652619
üst 9cd55a26
......@@ -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 );
......
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