summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-02-16 22:54:12 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-02-19 16:21:52 +0100
commite9e4d4828daedbace88b4e882e5d43c026c4522c (patch)
tree6772215a36b9d6f085d7216e580c4bf68a943c6d
parent17bacb4affe4b7dbb449354a74147b8106acabf1 (diff)
Remove WTC support
http://www.openoffice.org/issues/show_bug.cgi?id=52746 "WTC - watcom compiler (OS2, WNT?) - obsolete"
-rw-r--r--cui/source/tabpages/tparea.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/tabpages/tparea.cxx b/cui/source/tabpages/tparea.cxx
index a22599faf..4d42afe2d 100644
--- a/cui/source/tabpages/tparea.cxx
+++ b/cui/source/tabpages/tparea.cxx
@@ -34,7 +34,7 @@
#define _SVX_TPAREA_CXX
-#if defined (UNX) || defined (WTC) || defined (ICC) || defined(WNT)
+#if defined (UNX) || defined (ICC) || defined(WNT)
#include <stdlib.h>
#endif