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
commitfeaab47c156700d1b6a8b8ba62d91714cbabb87c (patch)
tree82161ada57121fa9760f9f92c896d712961925f2
parent9c8b5178f789a626d2fd84df5c6b38d4f31b4ffc (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 fbb47f95a004..8493665bc01d 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