summaryrefslogtreecommitdiff
path: root/shell/source
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-08-28 17:35:03 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-08-28 17:35:03 +0200
commit83ac0fd7bdda4a811aacf1413f4adde4838b1cd3 (patch)
tree915bd5a900fa93f3b3f01b9ea435ad1f7196d9ba /shell/source
parent2ffaaf6b594317d16417b952c84be5acd9c52362 (diff)
Fix *_component_getFactory function type
Change-Id: I406e0b659f551f347a8fa9ae2a57ec7965ba7ea0
Diffstat (limited to 'shell/source')
-rw-r--r--shell/source/sessioninstall/services.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/source/sessioninstall/services.cxx b/shell/source/sessioninstall/services.cxx
index 5b6f1f23c52a..9372e63c79df 100644
--- a/shell/source/sessioninstall/services.cxx
+++ b/shell/source/sessioninstall/services.cxx
@@ -23,7 +23,7 @@ const sdecl::ServiceDecl SyncDbusSessionHelperServiceDecl(
COMPHELPER_SERVICEDECL_EXPORTS1(losessioninstall, SyncDbusSessionHelperServiceDecl);
extern "C"
{
- SAL_DLLPUBLIC_EXPORT void* SAL_CALL sessioninstall_component_getFactory( sal_Char const* pImplName, ::com::sun::star::lang::XMultiServiceFactory* pServiceManager, ::com::sun::star::registry::XRegistryKey* pRegistryKey )
+ SAL_DLLPUBLIC_EXPORT void* SAL_CALL sessioninstall_component_getFactory( sal_Char const* pImplName, void* pServiceManager, void* pRegistryKey )
{ return losessioninstall_component_getFactory(pImplName, pServiceManager, pRegistryKey); }
}