summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-02-19 10:44:19 +0200
committerTor Lillqvist <tml@iki.fi>2013-02-19 10:44:19 +0200
commit648d6e516251318e8bd56f088277a08ff775fb9a (patch)
tree71d34edcd9554d9243edc6c54de2aebdbff0bb1a /fpicker
parent95e2c26a08fa22dba7333774ebb1899539213c57 (diff)
Include the XInitialization header
Change-Id: I662dc0615d6fae752a22000bea750e7d59f98472
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/source/aqua/SalAquaFilePicker.hxx1
-rw-r--r--fpicker/source/win32/filepicker/FilePicker.hxx1
2 files changed, 2 insertions, 0 deletions
diff --git a/fpicker/source/aqua/SalAquaFilePicker.hxx b/fpicker/source/aqua/SalAquaFilePicker.hxx
index d38a0a2a399a..50c5aa8512e2 100644
--- a/fpicker/source/aqua/SalAquaFilePicker.hxx
+++ b/fpicker/source/aqua/SalAquaFilePicker.hxx
@@ -21,6 +21,7 @@
#define _SALAQUAFILEPICKER_HXX_
#include <cppuhelper/compbase4.hxx>
+#include <com/sun/star/lang/XInitialization.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/ui/dialogs/XFilePicker3.hpp>
#include <com/sun/star/ui/dialogs/XFilePickerControlAccess.hpp>
diff --git a/fpicker/source/win32/filepicker/FilePicker.hxx b/fpicker/source/win32/filepicker/FilePicker.hxx
index 73bc3d5a53d1..8791661f63db 100644
--- a/fpicker/source/win32/filepicker/FilePicker.hxx
+++ b/fpicker/source/win32/filepicker/FilePicker.hxx
@@ -22,6 +22,7 @@
#include <cppuhelper/compbase6.hxx>
#include <osl/mutex.hxx>
+#include <com/sun/star/lang/XInitialization.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/ui/dialogs/XFilePicker2.hpp>
#include <com/sun/star/ui/dialogs/XFilePicker3.hpp>