diff options
Diffstat (limited to 'fpicker/source/win32/filepicker')
-rw-r--r-- | fpicker/source/win32/filepicker/FPentry.cxx | 2 | ||||
-rw-r--r-- | fpicker/source/win32/filepicker/FilePicker.cxx | 1 | ||||
-rw-r--r-- | fpicker/source/win32/filepicker/FilePicker.hxx | 1 |
3 files changed, 3 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; diff --git a/fpicker/source/win32/filepicker/FilePicker.cxx b/fpicker/source/win32/filepicker/FilePicker.cxx index 2e7cda51745c..f5f1fe2ddaff 100644 --- a/fpicker/source/win32/filepicker/FilePicker.cxx +++ b/fpicker/source/win32/filepicker/FilePicker.cxx @@ -19,6 +19,7 @@ #include <tchar.h> #include <com/sun/star/lang/DisposedException.hpp> +#include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <cppuhelper/interfacecontainer.h> #include <cppuhelper/supportsservice.hxx> #include <osl/diagnose.h> diff --git a/fpicker/source/win32/filepicker/FilePicker.hxx b/fpicker/source/win32/filepicker/FilePicker.hxx index 925d46614d8e..bd6fc8f758ec 100644 --- a/fpicker/source/win32/filepicker/FilePicker.hxx +++ b/fpicker/source/win32/filepicker/FilePicker.hxx @@ -24,6 +24,7 @@ #include <osl/mutex.hxx> #include <com/sun/star/lang/XInitialization.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> +#include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/ui/dialogs/XFilePicker2.hpp> #include <com/sun/star/ui/dialogs/XFilePicker3.hpp> #include <com/sun/star/ui/dialogs/XFilePickerControlAccess.hpp> |