diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-02-16 22:54:12 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-02-19 16:21:52 +0100 |
commit | e9e4d4828daedbace88b4e882e5d43c026c4522c (patch) | |
tree | 6772215a36b9d6f085d7216e580c4bf68a943c6d | |
parent | 17bacb4affe4b7dbb449354a74147b8106acabf1 (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.cxx | 2 |
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 |