summaryrefslogtreecommitdiff
path: root/svtools
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 /svtools
parent542916044dfded030424c27592711a440cc3422f (diff)
Remove WTC support
http://www.openoffice.org/issues/show_bug.cgi?id=52746 "WTC - watcom compiler (OS2, WNT?) - obsolete"
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/edit/textdoc.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/edit/textdoc.cxx b/svtools/source/edit/textdoc.cxx
index d42af5c25683..704e07ba37d6 100644
--- a/svtools/source/edit/textdoc.cxx
+++ b/svtools/source/edit/textdoc.cxx
@@ -40,7 +40,7 @@ SV_IMPL_PTRARR( TextCharAttribs, TextCharAttribPtr );
// Vergleichmethode wird von QuickSort gerufen...
EXTERN_C
-#if defined( PM2 ) && (!defined( CSET ) && !defined( WTC ))
+#if defined( PM2 ) && !defined( CSET )
int _stdcall
#else
#ifdef WNT