diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-02-21 18:33:54 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-02-21 18:37:01 +0100 |
commit | b83e7b4144a132f34681f7b71619156e997381f0 (patch) | |
tree | faa6584d924b2d5acbc75eebc30283088e386df6 /svtools | |
parent | f12b13ab56e80389ec9a98da9dd96b5de401e1a9 (diff) |
Remove CSET support
Obsolete IBM CSet C-Compiler
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/edit/textdoc.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/edit/textdoc.cxx b/svtools/source/edit/textdoc.cxx index 704e07ba37d6..b437943a96bb 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 ) +#if defined( PM2 ) int _stdcall #else #ifdef WNT |