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 /svl | |
parent | 2f9231f320340734568d0df657c9d5ae062331ec (diff) |
Remove _SVSTDARR_STRINGSISORTDTOR
Diffstat (limited to 'svl')
-rw-r--r-- | svl/source/items/style.cxx | 5 | ||||
-rw-r--r-- | svl/source/memtools/svarray.cxx | 15 | ||||
-rw-r--r-- | svl/source/misc/inettype.cxx | 6 | ||||
-rw-r--r-- | svl/source/numbers/zforlist.cxx | 2 |
4 files changed, 0 insertions, 28 deletions
diff --git a/svl/source/items/style.cxx b/svl/source/items/style.cxx index 337af7cef007..02ed772b5833 100644 --- a/svl/source/items/style.cxx +++ b/svl/source/items/style.cxx @@ -26,13 +26,8 @@ * ************************************************************************/ - #include <com/sun/star/lang/XComponent.hpp> -#define _SVSTDARR_STRINGSSORTDTOR -#define _SVSTDARR_BYTESTRINGS -#define _SVSTDARR_BYTESTRINGSSORTDTOR - #include <tools/tenccvt.hxx> #include <comphelper/processfactory.hxx> #include <unotools/intlwrapper.hxx> diff --git a/svl/source/memtools/svarray.cxx b/svl/source/memtools/svarray.cxx index e49af56b8c3b..52f3f0c09460 100644 --- a/svl/source/memtools/svarray.cxx +++ b/svl/source/memtools/svarray.cxx @@ -26,24 +26,9 @@ * ************************************************************************/ - -#define _SVARRAY_CXX - -#define _SVSTDARR_sal_uInt16S #define _SVSTDARR_STRINGSDTOR -#define _SVSTDARR_STRINGSSORT #define _SVSTDARR_STRINGSSORTDTOR #define _SVSTDARR_STRINGSISORT -#define _SVSTDARR_STRINGSISORTDTOR - -#define _SVSTDARR_BYTESTRINGS -#define _SVSTDARR_BYTESTRINGSDTOR -#define _SVSTDARR_BYTESTRINGSSORT -#define _SVSTDARR_BYTESTRINGSSORTDTOR -#define _SVSTDARR_BYTESTRINGSISORT -#define _SVSTDARR_BYTESTRINGSISORTDTOR - -#define _SVSTDARR_XUB_STRLEN #include <svl/svstdarr.hxx> #include <tools/debug.hxx> diff --git a/svl/source/misc/inettype.cxx b/svl/source/misc/inettype.cxx index b043f0680dbf..c68e52868556 100644 --- a/svl/source/misc/inettype.cxx +++ b/svl/source/misc/inettype.cxx @@ -36,12 +36,6 @@ #include "getstringresource.hxx" -#ifndef _SVSTDARR_STRINGSSORT_DECL -#define _SVSTDARR_STRINGSSORT -#include <svl/svstdarr.hxx> -#undef _SVSTDARR_STRINGSSORT -#endif - namespace { diff --git a/svl/source/numbers/zforlist.cxx b/svl/source/numbers/zforlist.cxx index 908b437b4a5a..3aff518a583c 100644 --- a/svl/source/numbers/zforlist.cxx +++ b/svl/source/numbers/zforlist.cxx @@ -26,7 +26,6 @@ * ************************************************************************/ - #include <tools/debug.hxx> #include <unotools/charclass.hxx> #include <i18npool/mslangid.hxx> @@ -38,7 +37,6 @@ #include <comphelper/processfactory.hxx> #include <unotools/misccfg.hxx> -#define _SVSTDARR_USHORTS #include <svl/svstdarr.hxx> #define _ZFORLIST_CXX |