diff options
Diffstat (limited to 'shell/source/win32/SysShentry.cxx')
-rw-r--r-- | shell/source/win32/SysShentry.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/source/win32/SysShentry.cxx b/shell/source/win32/SysShentry.cxx index 38e071bcedd3..6d324b0f6a4a 100644 --- a/shell/source/win32/SysShentry.cxx +++ b/shell/source/win32/SysShentry.cxx @@ -53,7 +53,8 @@ extern "C" // returns a factory to create XFilePicker-Services -SAL_DLLPUBLIC_EXPORT void* SAL_CALL syssh_component_getFactory( const sal_Char* pImplName, uno_Interface*, uno_Interface* /*pRegistryKey*/ ) +SAL_DLLPUBLIC_EXPORT void* SAL_CALL syssh_component_getFactory( + const sal_Char* pImplName, void*, void* /*pRegistryKey*/ ) { void* pRet = 0; |