diff options
author | Noel Grandin <noel@peralex.com> | 2013-02-19 10:44:12 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-02-19 10:44:44 +0200 |
commit | a413832fe2df559df589760e687e8352ffc1bddb (patch) | |
tree | 6d3d0c1f1d0d21bdb4963732a811ba97feffeeb8 | |
parent | 648d6e516251318e8bd56f088277a08ff775fb9a (diff) |
and let's try actually including the relevant headers...
Change-Id: I38733bb04013250290b00ec99f358403060d1a89
-rw-r--r-- | fpicker/source/aqua/SalAquaFilePicker.hxx | 1 | ||||
-rw-r--r-- | fpicker/source/win32/filepicker/FilePicker.hxx | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/fpicker/source/aqua/SalAquaFilePicker.hxx b/fpicker/source/aqua/SalAquaFilePicker.hxx index 50c5aa8512e2..a19d9bbe8eec 100644 --- a/fpicker/source/aqua/SalAquaFilePicker.hxx +++ b/fpicker/source/aqua/SalAquaFilePicker.hxx @@ -23,6 +23,7 @@ #include <cppuhelper/compbase4.hxx> #include <com/sun/star/lang/XInitialization.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> +#include <com/sun/star/lang/XInitialization.hpp> #include <com/sun/star/ui/dialogs/XFilePicker3.hpp> #include <com/sun/star/ui/dialogs/XFilePickerControlAccess.hpp> #include <com/sun/star/beans/StringPair.hpp> diff --git a/fpicker/source/win32/filepicker/FilePicker.hxx b/fpicker/source/win32/filepicker/FilePicker.hxx index 8791661f63db..bc2eef398aee 100644 --- a/fpicker/source/win32/filepicker/FilePicker.hxx +++ b/fpicker/source/win32/filepicker/FilePicker.hxx @@ -24,6 +24,7 @@ #include <osl/mutex.hxx> #include <com/sun/star/lang/XInitialization.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> +#include <com/sun/star/lang/XInitialization.hpp> #include <com/sun/star/ui/dialogs/XFilePicker2.hpp> #include <com/sun/star/ui/dialogs/XFilePicker3.hpp> #include <com/sun/star/ui/dialogs/XFilePickerControlAccess.hpp> |