summaryrefslogtreecommitdiff
path: root/shell/source/unix/exec/shellexecentry.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'shell/source/unix/exec/shellexecentry.cxx')
-rw-r--r--shell/source/unix/exec/shellexecentry.cxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/shell/source/unix/exec/shellexecentry.cxx b/shell/source/unix/exec/shellexecentry.cxx
index dcca511be747..4fcc214b7615 100644
--- a/shell/source/unix/exec/shellexecentry.cxx
+++ b/shell/source/unix/exec/shellexecentry.cxx
@@ -69,7 +69,10 @@ extern "C"
// component_getFactory
//----------------------------------------------------------------------
-SAL_DLLPUBLIC_EXPORT void* SAL_CALL component_getFactory( const sal_Char* pImplName, uno_Interface* /*pSrvManager*/, uno_Interface* /*pRegistryKey*/ )
+SAL_DLLPUBLIC_EXPORT void* SAL_CALL component_getFactory(
+ const sal_Char* pImplName,
+ SAL_UNUSED_PARAMETER uno_Interface* /*pSrvManager*/,
+ SAL_UNUSED_PARAMETER uno_Interface* /*pRegistryKey*/ )
{
Reference< XSingleComponentFactory > xFactory;