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

Stephan Bergmann sbergman at redhat.com
Thu Aug 28 09:08:28 PDT 2014


 ucb/source/ucp/expand/ucpexpand.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit a6e28fe9c6fa8ce8be4fc9a839f1a3b55644dacd
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Aug 28 18:07:53 2014 +0200

    Fix *_component_getFactory function type
    
    Change-Id: I6b7a9e15da83f1d53a5e59d26b643c363e652619

diff --git a/ucb/source/ucp/expand/ucpexpand.cxx b/ucb/source/ucp/expand/ucpexpand.cxx
index 5792f58..5393a2e 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 );


More information about the Libreoffice-commits mailing list