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 /cui | |
parent | 2f9231f320340734568d0df657c9d5ae062331ec (diff) |
Remove _SVSTDARR_STRINGSISORTDTOR
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/customize/cfgutil.cxx | 2 | ||||
-rw-r--r-- | cui/source/customize/macropg.cxx | 1 | ||||
-rw-r--r-- | cui/source/customize/selector.cxx | 1 | ||||
-rw-r--r-- | cui/source/dialogs/insdlg.cxx | 2 | ||||
-rw-r--r-- | cui/source/dialogs/linkdlg.cxx | 1 | ||||
-rw-r--r-- | cui/source/inc/acccfg.hxx | 6 | ||||
-rw-r--r-- | cui/source/inc/cfgutil.hxx | 3 | ||||
-rw-r--r-- | cui/source/inc/cuifmsearch.hxx | 6 | ||||
-rw-r--r-- | cui/source/inc/cuisrchdlg.hxx | 4 | ||||
-rw-r--r-- | cui/source/tabpages/autocdlg.cxx | 3 | ||||
-rw-r--r-- | cui/source/tabpages/macroass.cxx | 2 | ||||
-rw-r--r-- | cui/source/tabpages/numfmt.cxx | 2 |
12 files changed, 0 insertions, 33 deletions
diff --git a/cui/source/customize/cfgutil.cxx b/cui/source/customize/cfgutil.cxx index 0c45efb1941a..f5fb4a82299d 100644 --- a/cui/source/customize/cfgutil.cxx +++ b/cui/source/customize/cfgutil.cxx @@ -67,8 +67,6 @@ #include <unotools/configmgr.hxx> #include "dialmgr.hxx" #include <svl/stritem.hxx> - -#define _SVSTDARR_STRINGSDTOR #include <svl/svstdarr.hxx> using namespace ::com::sun::star; diff --git a/cui/source/customize/macropg.cxx b/cui/source/customize/macropg.cxx index 367fc6799cc9..7a29e06de7fd 100644 --- a/cui/source/customize/macropg.cxx +++ b/cui/source/customize/macropg.cxx @@ -30,7 +30,6 @@ #include "macropg.hxx" #include <vcl/msgbox.hxx> -#define _SVSTDARR_STRINGSDTOR #include <svl/svstdarr.hxx> #include <svtools/svmedit.hxx> #include <svl/eitem.hxx> diff --git a/cui/source/customize/selector.cxx b/cui/source/customize/selector.cxx index d5beb563da30..2f624e26c9bb 100644 --- a/cui/source/customize/selector.cxx +++ b/cui/source/customize/selector.cxx @@ -71,7 +71,6 @@ using namespace ::com::sun::star::frame; using namespace ::com::sun::star::document; using namespace ::com::sun::star::container; -#define _SVSTDARR_STRINGSDTOR #include <svl/svstdarr.hxx> #include <svtools/imagemgr.hxx> #include <tools/urlobj.hxx> diff --git a/cui/source/dialogs/insdlg.cxx b/cui/source/dialogs/insdlg.cxx index 06f57771005c..5312e6f694ff 100644 --- a/cui/source/dialogs/insdlg.cxx +++ b/cui/source/dialogs/insdlg.cxx @@ -76,10 +76,8 @@ using namespace ::com::sun::star::container; using namespace ::com::sun::star::ui::dialogs; using ::rtl::OUString; -#define _SVSTDARR_STRINGSDTOR #include <svl/svstdarr.hxx> - static String impl_getSvtResString( sal_uInt32 nId ) { String aRet; diff --git a/cui/source/dialogs/linkdlg.cxx b/cui/source/dialogs/linkdlg.cxx index 9d9b2cece04d..42b9080715e9 100644 --- a/cui/source/dialogs/linkdlg.cxx +++ b/cui/source/dialogs/linkdlg.cxx @@ -51,7 +51,6 @@ #include <dialmgr.hxx> -#define _SVSTDARR_USHORTS #include <svl/svstdarr.hxx> #define MAX_FILENAME 18 diff --git a/cui/source/inc/acccfg.hxx b/cui/source/inc/acccfg.hxx index 4169fed42630..7a6eb2540041 100644 --- a/cui/source/inc/acccfg.hxx +++ b/cui/source/inc/acccfg.hxx @@ -52,16 +52,10 @@ #include <svtools/svtreebx.hxx> #include <sfx2/tabdlg.hxx> #include <sfx2/basedlgs.hxx> - -#define _SVSTDARR_STRINGSDTOR #include <svl/svstdarr.hxx> - #include <sfx2/minarray.hxx> - #include "cfgutil.hxx" -// class SfxAcceleratorConfigListBox ************************************************* - #define css ::com::sun::star class SfxMacroInfoItem; diff --git a/cui/source/inc/cfgutil.hxx b/cui/source/inc/cfgutil.hxx index 81e223549eb4..c4fe5c941753 100644 --- a/cui/source/inc/cfgutil.hxx +++ b/cui/source/inc/cfgutil.hxx @@ -37,10 +37,7 @@ #include <com/sun/star/lang/XSingleComponentFactory.hpp> #include <com/sun/star/container/XNameAccess.hpp> #include <com/sun/star/script/browse/XBrowseNode.hpp> - -#define _SVSTDARR_STRINGSDTOR #include <svl/svstdarr.hxx> - #include <vcl/timer.hxx> #include <svtools/svtabbx.hxx> #include <svtools/svtreebx.hxx> diff --git a/cui/source/inc/cuifmsearch.hxx b/cui/source/inc/cuifmsearch.hxx index 68ebcc3b80c3..218a56f20661 100644 --- a/cui/source/inc/cuifmsearch.hxx +++ b/cui/source/inc/cuifmsearch.hxx @@ -32,16 +32,10 @@ #include <com/sun/star/sdbc/XResultSet.hpp> #include <svx/fmsearch.hxx> - -#define _SVSTDARR_STRINGSDTOR #include <svl/svstdarr.hxx> - #include <vcl/dialog.hxx> - #include <vcl/button.hxx> - #include <vcl/fixed.hxx> - #include <vcl/edit.hxx> #include <vcl/combobox.hxx> #include <vcl/lstbox.hxx> diff --git a/cui/source/inc/cuisrchdlg.hxx b/cui/source/inc/cuisrchdlg.hxx index f1bf39764c55..434b3ab489af 100644 --- a/cui/source/inc/cuisrchdlg.hxx +++ b/cui/source/inc/cuisrchdlg.hxx @@ -28,9 +28,6 @@ #ifndef _CUI_SRCHDLG_HXX #define _CUI_SRCHDLG_HXX -// include --------------------------------------------------------------- - - #include <svtools/stdctrl.hxx> #include <vcl/combobox.hxx> #include <vcl/edit.hxx> @@ -42,7 +39,6 @@ #include <sfx2/childwin.hxx> #include <sfx2/basedlgs.hxx> #include <svl/svarray.hxx> -#define _SVSTDARR_STRINGSDTOR #include <svl/svstdarr.hxx> #include <svtools/svmedit.hxx> #include <svl/srchdefs.hxx> diff --git a/cui/source/tabpages/autocdlg.cxx b/cui/source/tabpages/autocdlg.cxx index f1731e93d1cd..a532f164658b 100644 --- a/cui/source/tabpages/autocdlg.cxx +++ b/cui/source/tabpages/autocdlg.cxx @@ -26,9 +26,6 @@ * ************************************************************************/ -#define _SVSTDARR_STRINGSISORTDTOR -#define _SVSTDARR_STRINGSDTOR - #include <svl/svstdarr.hxx> #include <vcl/msgbox.hxx> #include <vcl/field.hxx> diff --git a/cui/source/tabpages/macroass.cxx b/cui/source/tabpages/macroass.cxx index b160def086ed..abd712328aa7 100644 --- a/cui/source/tabpages/macroass.cxx +++ b/cui/source/tabpages/macroass.cxx @@ -36,9 +36,7 @@ #include <comphelper/string.hxx> #include <dialmgr.hxx> #include <svx/dialogs.hrc> -#define _SVSTDARR_STRINGSDTOR #include <svl/svstdarr.hxx> - #include <svtools/svmedit.hxx> #include "cfgutil.hxx" #include <sfx2/app.hxx> diff --git a/cui/source/tabpages/numfmt.cxx b/cui/source/tabpages/numfmt.cxx index 17b2fbf4864d..be12b14cca5d 100644 --- a/cui/source/tabpages/numfmt.cxx +++ b/cui/source/tabpages/numfmt.cxx @@ -26,7 +26,6 @@ * ************************************************************************/ -// include --------------------------------------------------------------- #include <svl/eitem.hxx> #include <svl/intitem.hxx> #include <sfx2/objsh.hxx> @@ -34,7 +33,6 @@ #include <unotools/localedatawrapper.hxx> #include <i18npool/lang.h> #include <svx/dialogs.hrc> -#define _SVSTDARR_STRINGSDTOR #include <svl/svstdarr.hxx> #include <svtools/colorcfg.hxx> |