summaryrefslogtreecommitdiff
path: root/fpicker/source/win32/filepicker/VistaFilePicker.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/win32/filepicker/VistaFilePicker.cxx')
-rw-r--r--fpicker/source/win32/filepicker/VistaFilePicker.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/fpicker/source/win32/filepicker/VistaFilePicker.cxx b/fpicker/source/win32/filepicker/VistaFilePicker.cxx
index ebe19f3b42b8..f0481f5a756b 100644
--- a/fpicker/source/win32/filepicker/VistaFilePicker.cxx
+++ b/fpicker/source/win32/filepicker/VistaFilePicker.cxx
@@ -23,9 +23,6 @@
#include "VistaFilePicker.hxx"
-// Without IFileDialogCustomize we can't do much
-#ifdef __IFileDialogCustomize_INTERFACE_DEFINED__
-
#include "../misc/WinImplHelper.hxx"
#include "shared.hxx"
@@ -531,6 +528,4 @@ css::uno::Sequence< OUString > SAL_CALL VistaFilePicker::getSupportedServiceName
} // namespace win32
} // namespace fpicker
-#endif // __IFileDialogCustomize_INTERFACE_DEFINED__
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */