canvas/source/factory/cf_service.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 5f7f1863e3046eff70444f5a273229e40207c0bd Author: Stephan Bergmann <sberg...@redhat.com> Date: Wed Aug 6 18:34:57 2014 +0200 Fix *_component_getFactory function type Change-Id: Ic9cd9e1a8188b810e0db336c5844ffa943f0c7c4 diff --git a/canvas/source/factory/cf_service.cxx b/canvas/source/factory/cf_service.cxx index a432e62..e9c3157 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 ); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits