summaryrefslogtreecommitdiff
path: root/svl/inc/svl
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-02-16 22:55:37 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-02-16 23:11:08 +0100
commitc14d8664862a919277b53b315feeb38d47a50007 (patch)
tree62e5dc402e14b14b0bff8ed573185e4569a69c50 /svl/inc/svl
parent542916044dfded030424c27592711a440cc3422f (diff)
Remove WTC support
http://www.openoffice.org/issues/show_bug.cgi?id=52746 "WTC - watcom compiler (OS2, WNT?) - obsolete"
Diffstat (limited to 'svl/inc/svl')
-rw-r--r--svl/inc/svl/svarray.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/inc/svl/svarray.hxx b/svl/inc/svl/svarray.hxx
index c3dbdc805ca9..a1d887994393 100644
--- a/svl/inc/svl/svarray.hxx
+++ b/svl/inc/svl/svarray.hxx
@@ -1024,7 +1024,7 @@ public:\
#define C40_PTR_REPLACE( c, p) Replace( (c const *) p )
#define C40_GETPOS( c, r) GetPos( (c const *)r )
#else
-#if defined WTC || defined ICC || (defined GCC && __GNUC__ >= 3) || (defined(WNT) && _MSC_VER >= 1400)
+#if defined ICC || (defined GCC && __GNUC__ >= 3) || (defined(WNT) && _MSC_VER >= 1400)
#define C40_INSERT( c, p, n ) Insert( (c const *&) p, n )
#define C40_PUSH( c, p) Push( (c const *&) p )
#define C40_PTR_INSERT( c, p ) Insert( (c const *&) p )