Kaydet (Commit) ffbfe477 authored tarafından Michael Stahl's avatar Michael Stahl

fpicker: remove ifdef __IFileDialogCustomize_INTERFACE_DEFINED__

No idea what SDK problem this once worked around but surely it's
obsolete now.

Change-Id: I5cfa37710ea8cecee8acc9c8f5a6a08fae4babbd
üst 1493eef1
......@@ -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: */
......@@ -20,9 +20,6 @@
#include "VistaFilePickerEventHandler.hxx"
// Without IFileDialogCustomize we can't do much
#ifdef __IFileDialogCustomize_INTERFACE_DEFINED__
#include "asyncrequests.hxx"
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
......@@ -328,6 +325,4 @@ void VistaFilePickerEventHandler::impl_sendEvent( EEventType eEventType,
} // namespace win32
} // namespace fpicker
#endif // __IFileDialogCustomize_INTERFACE_DEFINED__
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -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: */
......@@ -19,9 +19,6 @@
#include "VistaFilePickerImpl.hxx"
// Without IFileDialogCustomize we can't do much
#ifdef __IFileDialogCustomize_INTERFACE_DEFINED__
#include <com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.hpp>
#include <com/sun/star/ui/dialogs/ControlActions.hpp>
#include <com/sun/star/ui/dialogs/TemplateDescription.hpp>
......@@ -1225,6 +1222,4 @@ bool VistaFilePickerImpl::onFileTypeChanged( UINT /*nTypeIndex*/ )
} // namespace win32
} // namespace fpicker
#endif // __IFileDialogCustomize_INTERFACE_DEFINED__
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -34,9 +34,6 @@
#pragma warning(pop)
#endif
// Without IFileDialogCustomize we can't do this
#ifdef __IFileDialogCustomize_INTERFACE_DEFINED__
#include "asyncrequests.hxx"
#include "comptr.hxx"
#include "vistatypes.h"
......@@ -328,8 +325,6 @@ class VistaFilePickerImpl : private ::cppu::BaseMutex
} // namespace win32
} // namespace fpicker
#endif // __IFileDialogCustomize_INTERFACE_DEFINED__
#endif // INCLUDED_FPICKER_SOURCE_WIN32_FILEPICKER_VISTAFILEPICKERIMPL_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment