summaryrefslogtreecommitdiffstats
path: root/fpicker/source/win32/filepicker/VistaFilePicker.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-02-12 09:23:05 +0200
committerNoel Grandin <noel@peralex.com>2013-02-12 10:14:45 +0200
commit4b51374a7021d52f7f1be1861e2ee6a011b30ecd (patch)
tree77a0121f0eda201befd57a5848bd08aa906473f0 /fpicker/source/win32/filepicker/VistaFilePicker.hxx
parentfdo#46808, Adapt linguistic2::DictionaryList UNO service to new style (diff)
downloadcore-4b51374a7021d52f7f1be1861e2ee6a011b30ecd.tar.gz
core-4b51374a7021d52f7f1be1861e2ee6a011b30ecd.zip
fdo#46808, Adapt ui::dialogs::FilePicker UNO service to new style
Change-Id: I1cafbfc53994e5d74241042dbd1d292ddbda67d5
Diffstat (limited to 'fpicker/source/win32/filepicker/VistaFilePicker.hxx')
-rw-r--r--fpicker/source/win32/filepicker/VistaFilePicker.hxx18
1 files changed, 4 insertions, 14 deletions
diff --git a/fpicker/source/win32/filepicker/VistaFilePicker.hxx b/fpicker/source/win32/filepicker/VistaFilePicker.hxx
index 0fdd42de3529..edb7eaf0af3e 100644
--- a/fpicker/source/win32/filepicker/VistaFilePicker.hxx
+++ b/fpicker/source/win32/filepicker/VistaFilePicker.hxx
@@ -27,16 +27,11 @@
#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/XFilePicker.hpp>
#include <com/sun/star/ui/dialogs/XFilePicker2.hpp>
-#include <com/sun/star/ui/dialogs/XFilePickerNotifier.hpp>
-#include <com/sun/star/ui/dialogs/XFilterManager.hpp>
-#include <com/sun/star/ui/dialogs/XFilterGroupManager.hpp>
+#include <com/sun/star/ui/dialogs/XFilePicker3.hpp>
#include <com/sun/star/ui/dialogs/XFilePickerControlAccess.hpp>
-#include <com/sun/star/ui/dialogs/XFilePreview.hpp>
-#include <com/sun/star/util/XCancellable.hpp>
-#include <cppuhelper/compbase10.hxx>
+#include <cppuhelper/compbase5.hxx>
#include <cppuhelper/basemutex.hxx>
#include <rtl/ustring.hxx>
@@ -48,16 +43,11 @@ namespace vista{
// types
//-----------------------------------------------------------------------------
-typedef ::cppu::WeakComponentImplHelper10<
+typedef ::cppu::WeakComponentImplHelper5<
css::ui::dialogs::XFilePicker2,
- css::ui::dialogs::XFilterManager,
- css::ui::dialogs::XFilterGroupManager,
+ css::ui::dialogs::XFilePicker3,
css::ui::dialogs::XFilePickerControlAccess,
- css::ui::dialogs::XFilePickerNotifier,
css::ui::dialogs::XFilePreview,
- css::lang::XInitialization,
- css::util::XCancellable,
- css::lang::XEventListener,
css::lang::XServiceInfo > TVistaFilePickerBase;
//-----------------------------------------------------------------------------