summaryrefslogtreecommitdiff
path: root/fpicker/source/win32/filepicker/VistaFilePickerEventHandler.hxx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2017-05-29 15:10:49 +0200
committerMichael Stahl <mstahl@redhat.com>2017-05-29 15:46:21 +0200
commitffbfe477b116c82e6b27bf3b39535382359bea99 (patch)
treec993fb2b3b9d5deea56dece0d9aa6b2cd474c067 /fpicker/source/win32/filepicker/VistaFilePickerEventHandler.hxx
parent1493eef1379a457c636959f423286612849e3691 (diff)
fpicker: remove ifdef __IFileDialogCustomize_INTERFACE_DEFINED__
No idea what SDK problem this once worked around but surely it's obsolete now. Change-Id: I5cfa37710ea8cecee8acc9c8f5a6a08fae4babbd
Diffstat (limited to 'fpicker/source/win32/filepicker/VistaFilePickerEventHandler.hxx')
-rw-r--r--fpicker/source/win32/filepicker/VistaFilePickerEventHandler.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/fpicker/source/win32/filepicker/VistaFilePickerEventHandler.hxx b/fpicker/source/win32/filepicker/VistaFilePickerEventHandler.hxx
index 103e2667299d..6a8a783dce7d 100644
--- a/fpicker/source/win32/filepicker/VistaFilePickerEventHandler.hxx
+++ b/fpicker/source/win32/filepicker/VistaFilePickerEventHandler.hxx
@@ -26,9 +26,6 @@
#include <shobjidl.h>
-// Without IFileDialogCustomize we can't do this
-#ifdef __IFileDialogCustomize_INTERFACE_DEFINED__
-
#include "comptr.hxx"
#include "vistatypes.h"
#include "IVistaFilePickerInternalNotify.hxx"
@@ -198,8 +195,6 @@ class VistaFilePickerEventHandler : public ::cppu::BaseMutex
} // namespace win32
} // namespace fpicker
-#endif // __IFileDialogCustomize_INTERFACE_DEFINED__
-
#endif // INCLUDED_FPICKER_SOURCE_WIN32_FILEPICKER_VISTAFILEPICKEREVENTHANDLER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */