diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-04-08 16:31:33 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-04-08 16:31:33 +0200 |
commit | f40b19d4b8571ef48e57732d34dab55f11978384 (patch) | |
tree | a9460a6171dc607ffa181a596e9b27fa523a2a14 /fpicker | |
parent | 95487b1116471b19447b9720b64a934abd668aff (diff) |
Windows build failed
Change-Id: I5a1ccd2b06526291e0db827d9e7d512c59d76270
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/win32/filepicker/FilePicker.hxx | 1 | ||||
-rw-r--r-- | fpicker/source/win32/filepicker/VistaFilePicker.hxx | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/fpicker/source/win32/filepicker/FilePicker.hxx b/fpicker/source/win32/filepicker/FilePicker.hxx index 2d81c34cc44a..7675d014f033 100644 --- a/fpicker/source/win32/filepicker/FilePicker.hxx +++ b/fpicker/source/win32/filepicker/FilePicker.hxx @@ -27,6 +27,7 @@ #include <com/sun/star/ui/dialogs/XFilePicker2.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 "asynceventnotifier.hxx" #include "eventnotification.hxx" diff --git a/fpicker/source/win32/filepicker/VistaFilePicker.hxx b/fpicker/source/win32/filepicker/VistaFilePicker.hxx index 5728a7c81993..b128fc52760d 100644 --- a/fpicker/source/win32/filepicker/VistaFilePicker.hxx +++ b/fpicker/source/win32/filepicker/VistaFilePicker.hxx @@ -30,6 +30,7 @@ #include <com/sun/star/ui/dialogs/XFilePicker2.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 <cppuhelper/compbase6.hxx> #include <cppuhelper/basemutex.hxx> |