diff options
Diffstat (limited to 'fpicker/source/win32/filepicker/FPentry.cxx')
-rw-r--r-- | fpicker/source/win32/filepicker/FPentry.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/win32/filepicker/FPentry.cxx b/fpicker/source/win32/filepicker/FPentry.cxx index 18cff92f0f40..2461d58b2be2 100644 --- a/fpicker/source/win32/filepicker/FPentry.cxx +++ b/fpicker/source/win32/filepicker/FPentry.cxx @@ -88,7 +88,7 @@ extern "C" { SAL_DLLPUBLIC_EXPORT void* SAL_CALL fps_win32_component_getFactory( - const sal_Char* pImplName, uno_Interface* pSrvManager, uno_Interface* ) + const sal_Char* pImplName, void* pSrvManager, void* ) { void* pRet = 0; |