[Libreoffice-commits] core.git: canvas/source

Stephan Bergmann sbergman at redhat.com
Wed Aug 6 09:35:23 PDT 2014


 canvas/source/factory/cf_service.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 5f7f1863e3046eff70444f5a273229e40207c0bd
Author: Stephan Bergmann <sbergman at 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 );


More information about the Libreoffice-commits mailing list