diff options
author | August Sodora <augsod@gmail.com> | 2012-01-09 20:37:49 -0500 |
---|---|---|
committer | August Sodora <augsod@gmail.com> | 2012-01-10 23:18:14 -0500 |
commit | bcb9ddaa7ea954cebaa031dc74cf7cd21489d8d6 (patch) | |
tree | 863025bd0ed489fdb1cadfaf5b424f112697126d /fpicker | |
parent | 2f9231f320340734568d0df657c9d5ae062331ec (diff) |
Remove _SVSTDARR_STRINGSISORTDTOR
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/odma/ODMAFolderPicker.cxx | 3 | ||||
-rw-r--r-- | fpicker/source/office/OfficeFilePicker.cxx | 1 | ||||
-rw-r--r-- | fpicker/source/office/OfficeFolderPicker.cxx | 3 | ||||
-rw-r--r-- | fpicker/source/office/iodlg.cxx | 5 | ||||
-rw-r--r-- | fpicker/source/office/iodlgimp.cxx | 7 |
5 files changed, 0 insertions, 19 deletions
diff --git a/fpicker/source/odma/ODMAFolderPicker.cxx b/fpicker/source/odma/ODMAFolderPicker.cxx index 097e2f9f6e17..c5eb9a800690 100644 --- a/fpicker/source/odma/ODMAFolderPicker.cxx +++ b/fpicker/source/odma/ODMAFolderPicker.cxx @@ -27,12 +27,9 @@ * ************************************************************************/ - #include "ODMAFolderPicker.hxx" -#define _SVSTDARR_STRINGSDTOR #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 3df9f11f7e5f..a6d3da965294 100644 --- a/fpicker/source/office/OfficeFilePicker.cxx +++ b/fpicker/source/office/OfficeFilePicker.cxx @@ -41,7 +41,6 @@ #endif #include <tools/urlobj.hxx> #include <tools/debug.hxx> -#define _SVSTDARR_STRINGSDTOR #include "svl/svstdarr.hxx" #include <com/sun/star/uno/Any.hxx> #include <com/sun/star/ui/dialogs/FilePickerEvent.hpp> diff --git a/fpicker/source/office/OfficeFolderPicker.cxx b/fpicker/source/office/OfficeFolderPicker.cxx index 74dd3168c9d6..cc7a6b36b7b3 100644 --- a/fpicker/source/office/OfficeFolderPicker.cxx +++ b/fpicker/source/office/OfficeFolderPicker.cxx @@ -26,15 +26,12 @@ * ************************************************************************/ - #include "OfficeFolderPicker.hxx" #include "iodlg.hxx" #include <list> #include <tools/urlobj.hxx> - -#define _SVSTDARR_STRINGSDTOR #include "svl/svstdarr.hxx" #include <com/sun/star/container/XContentEnumerationAccess.hpp> #include <com/sun/star/container/XSet.hpp> diff --git a/fpicker/source/office/iodlg.cxx b/fpicker/source/office/iodlg.cxx index 2db644bba605..226eaf06aaf9 100644 --- a/fpicker/source/office/iodlg.cxx +++ b/fpicker/source/office/iodlg.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ - -// includes -------------------------------------------------------------- #include <sal/macros.h> #include "iodlg.hxx" #include <tools/stream.hxx> @@ -48,9 +46,6 @@ #include "svtools/sfxecode.hxx" #include "svl/svarray.hxx" #include "svtools/svtabbx.hxx" - -#define _SVSTDARR_USHORTS -#define _SVSTDARR_STRINGSDTOR #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 5e02c2d2c62e..2fabd6253352 100644 --- a/fpicker/source/office/iodlgimp.cxx +++ b/fpicker/source/office/iodlgimp.cxx @@ -26,9 +26,6 @@ * ************************************************************************/ - -// includes ******************************************************************* - #include "iodlgimp.hxx" #include "svtools/headbar.hxx" #include <tools/debug.hxx> @@ -50,10 +47,6 @@ #include "unotools/useroptions.hxx" #include "rtl/instance.hxx" #include <svl/svl.hrc> - -#define _SVSTDARR_STRINGSSORTDTOR -#define _SVSTDARR_STRINGSDTOR -#define _SVSTDARR_USHORTS #include "svl/svstdarr.hxx" using namespace ::com::sun::star::uno; |