diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-07-25 13:52:18 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-07-25 14:13:47 +0200 |
commit | 75acbd4b47b877ca140e2f802620e3830eda8839 (patch) | |
tree | 37faa836b2707e9cd4c3883a980e6f72616fd6dc /fpicker/source | |
parent | 05a6798a2eee2078ab317aadd9b3e3b5ec88d4b7 (diff) |
delete svl/svstdarr.hxx
Change-Id: Ia3d1d8dbe100443410b80c3881f10ab51b2d0419
Diffstat (limited to 'fpicker/source')
-rw-r--r-- | fpicker/source/odma/ODMAFolderPicker.cxx | 1 | ||||
-rw-r--r-- | fpicker/source/office/OfficeFilePicker.cxx | 1 | ||||
-rw-r--r-- | fpicker/source/office/OfficeFolderPicker.cxx | 1 | ||||
-rw-r--r-- | fpicker/source/office/iodlg.cxx | 1 | ||||
-rw-r--r-- | fpicker/source/office/iodlgimp.cxx | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/fpicker/source/odma/ODMAFolderPicker.cxx b/fpicker/source/odma/ODMAFolderPicker.cxx index c5eb9a800690..05d42775fd0d 100644 --- a/fpicker/source/odma/ODMAFolderPicker.cxx +++ b/fpicker/source/odma/ODMAFolderPicker.cxx @@ -29,7 +29,6 @@ #include "ODMAFolderPicker.hxx" -#include "svl/svstdarr.hxx" #include <com/sun/star/container/XContentEnumerationAccess.hpp> #include <com/sun/star/container/XSet.hpp> #include <com/sun/star/uno/Any.hxx> diff --git a/fpicker/source/office/OfficeFilePicker.cxx b/fpicker/source/office/OfficeFilePicker.cxx index 9658467aa921..4763cb6c433b 100644 --- a/fpicker/source/office/OfficeFilePicker.cxx +++ b/fpicker/source/office/OfficeFilePicker.cxx @@ -31,7 +31,6 @@ #include <algorithm> #endif #include <tools/urlobj.hxx> -#include "svl/svstdarr.hxx" #include <com/sun/star/uno/Any.hxx> #include <com/sun/star/ui/dialogs/FilePickerEvent.hpp> #include <com/sun/star/ui/dialogs/FilePreviewImageFormats.hpp> diff --git a/fpicker/source/office/OfficeFolderPicker.cxx b/fpicker/source/office/OfficeFolderPicker.cxx index 4883dd5fcc5b..c1a3912e1950 100644 --- a/fpicker/source/office/OfficeFolderPicker.cxx +++ b/fpicker/source/office/OfficeFolderPicker.cxx @@ -23,7 +23,6 @@ #include <list> #include <tools/urlobj.hxx> -#include "svl/svstdarr.hxx" #include <com/sun/star/container/XContentEnumerationAccess.hpp> #include <com/sun/star/container/XSet.hpp> #include <com/sun/star/uno/Any.hxx> diff --git a/fpicker/source/office/iodlg.cxx b/fpicker/source/office/iodlg.cxx index 6b53152d9dc5..291acb131be1 100644 --- a/fpicker/source/office/iodlg.cxx +++ b/fpicker/source/office/iodlg.cxx @@ -39,7 +39,6 @@ #include "svtools/sfxecode.hxx" #include "svl/svarray.hxx" #include "svtools/svtabbx.hxx" -#include "svl/svstdarr.hxx" #include <toolkit/helper/vclunohelper.hxx> #include <unotools/localfilehelper.hxx> diff --git a/fpicker/source/office/iodlgimp.cxx b/fpicker/source/office/iodlgimp.cxx index 63baec198474..9269b07beb8e 100644 --- a/fpicker/source/office/iodlgimp.cxx +++ b/fpicker/source/office/iodlgimp.cxx @@ -38,7 +38,6 @@ #include "unotools/useroptions.hxx" #include "rtl/instance.hxx" #include <svl/svl.hrc> -#include "svl/svstdarr.hxx" using namespace ::com::sun::star::uno; using namespace ::com::sun::star::lang; |