From a6e28fe9c6fa8ce8be4fc9a839f1a3b55644dacd Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 28 Aug 2014 18:07:53 +0200 Subject: Fix *_component_getFactory function type Change-Id: I6b7a9e15da83f1d53a5e59d26b643c363e652619 --- ucb/source/ucp/expand/ucpexpand.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ucb/source/ucp/expand/ucpexpand.cxx') diff --git a/ucb/source/ucp/expand/ucpexpand.cxx b/ucb/source/ucp/expand/ucpexpand.cxx index 5792f58146f0..5393a2ef95b9 100644 --- a/ucb/source/ucp/expand/ucpexpand.cxx +++ b/ucb/source/ucp/expand/ucpexpand.cxx @@ -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 ); -- cgit v1.2.3