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

Fix *_component_getFactory function type

Change-Id: Ic9cd9e1a8188b810e0db336c5844ffa943f0c7c4
üst 14e81a12
......@@ -513,8 +513,8 @@ extern "C" {
SAL_DLLPUBLIC_EXPORT void * SAL_CALL canvasfactory_component_getFactory(
sal_Char const * 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