From bcb9ddaa7ea954cebaa031dc74cf7cd21489d8d6 Mon Sep 17 00:00:00 2001 From: August Sodora Date: Mon, 9 Jan 2012 20:37:49 -0500 Subject: Remove _SVSTDARR_STRINGSISORTDTOR --- fpicker/source/odma/ODMAFolderPicker.cxx | 3 --- fpicker/source/office/OfficeFilePicker.cxx | 1 - fpicker/source/office/OfficeFolderPicker.cxx | 3 --- fpicker/source/office/iodlg.cxx | 5 ----- fpicker/source/office/iodlgimp.cxx | 7 ------- 5 files changed, 19 deletions(-) (limited to 'fpicker') 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 #include #include 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 #include -#define _SVSTDARR_STRINGSDTOR #include "svl/svstdarr.hxx" #include #include 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 #include - -#define _SVSTDARR_STRINGSDTOR #include "svl/svstdarr.hxx" #include #include 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 #include "iodlg.hxx" #include @@ -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 #include 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 @@ -50,10 +47,6 @@ #include "unotools/useroptions.hxx" #include "rtl/instance.hxx" #include - -#define _SVSTDARR_STRINGSSORTDTOR -#define _SVSTDARR_STRINGSDTOR -#define _SVSTDARR_USHORTS #include "svl/svstdarr.hxx" using namespace ::com::sun::star::uno; -- cgit