From 5f7f1863e3046eff70444f5a273229e40207c0bd Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 6 Aug 2014 18:34:57 +0200 Subject: Fix *_component_getFactory function type Change-Id: Ic9cd9e1a8188b810e0db336c5844ffa943f0c7c4 --- canvas/source/factory/cf_service.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'canvas') diff --git a/canvas/source/factory/cf_service.cxx b/canvas/source/factory/cf_service.cxx index a432e62ca1c4..e9c31579d479 100644 --- a/canvas/source/factory/cf_service.cxx +++ b/canvas/source/factory/cf_service.cxx @@ -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 ); -- cgit v1.2.3