summaryrefslogtreecommitdiff
path: root/basic/source/uno/sbservices.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source/uno/sbservices.cxx')
-rw-r--r--basic/source/uno/sbservices.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/basic/source/uno/sbservices.cxx b/basic/source/uno/sbservices.cxx
index 66dc5f577914..6b22e1868301 100644
--- a/basic/source/uno/sbservices.cxx
+++ b/basic/source/uno/sbservices.cxx
@@ -59,10 +59,10 @@ namespace basic
//........................................................................
extern "C" SAL_DLLPUBLIC_EXPORT void* SAL_CALL sb_component_getFactory(
- const sal_Char* pImplementationName, void* pServiceManager, void* pRegistryKey )
+ const sal_Char* pImplementationName, void*, void* )
{
::basic::initializeModule();
- return ::basic::BasicModule::getInstance().getComponentFactory( pImplementationName, pServiceManager, pRegistryKey );
+ return ::basic::BasicModule::getInstance().getComponentFactory( pImplementationName );
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */