summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shell/source/cmdmail/cmdmailentry.cxx4
-rw-r--r--shell/source/unix/exec/shellexecentry.cxx4
2 files changed, 4 insertions, 4 deletions
diff --git a/shell/source/cmdmail/cmdmailentry.cxx b/shell/source/cmdmail/cmdmailentry.cxx
index 33a343ca9989..dfc099b95a1b 100644
--- a/shell/source/cmdmail/cmdmailentry.cxx
+++ b/shell/source/cmdmail/cmdmailentry.cxx
@@ -55,8 +55,8 @@ extern "C"
SAL_DLLPUBLIC_EXPORT void* SAL_CALL cmdmail_component_getFactory(
const sal_Char* pImplName,
- SAL_UNUSED_PARAMETER uno_Interface* /*pSrvManager*/,
- SAL_UNUSED_PARAMETER uno_Interface* /*pRegistryKey*/ )
+ SAL_UNUSED_PARAMETER void* /*pSrvManager*/,
+ SAL_UNUSED_PARAMETER void* /*pRegistryKey*/ )
{
Reference< XSingleComponentFactory > xFactory;
diff --git a/shell/source/unix/exec/shellexecentry.cxx b/shell/source/unix/exec/shellexecentry.cxx
index 45f47a0c3684..3b287ae47ffd 100644
--- a/shell/source/unix/exec/shellexecentry.cxx
+++ b/shell/source/unix/exec/shellexecentry.cxx
@@ -53,8 +53,8 @@ extern "C"
SAL_DLLPUBLIC_EXPORT void* SAL_CALL syssh_component_getFactory(
const sal_Char* pImplName,
- SAL_UNUSED_PARAMETER uno_Interface* /*pSrvManager*/,
- SAL_UNUSED_PARAMETER uno_Interface* /*pRegistryKey*/ )
+ SAL_UNUSED_PARAMETER void* /*pSrvManager*/,
+ SAL_UNUSED_PARAMETER void* /*pRegistryKey*/ )
{
Reference< XSingleComponentFactory > xFactory;