diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-02-21 18:34:50 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-02-21 18:36:40 +0100 |
commit | f1251713373f9315ec9a392b547d7069417a1e81 (patch) | |
tree | cb49cdcc59e88d8648186aa0f5c5ac078278bfbd /svx/source/unodraw | |
parent | 2a904565e528a8a97d3e3886a59f17fd07ec1699 (diff) |
Remove CSET support
Obsolete IBM CSet C-Compiler
svidl.cxx: This seem to be an error, all other files check for PM && !CSET.
Diffstat (limited to 'svx/source/unodraw')
-rw-r--r-- | svx/source/unodraw/unoprov.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/unodraw/unoprov.cxx b/svx/source/unodraw/unoprov.cxx index 1438842defa4..e7cd266b0d6b 100644 --- a/svx/source/unodraw/unoprov.cxx +++ b/svx/source/unodraw/unoprov.cxx @@ -934,7 +934,7 @@ UINT32 UHashMap::getId( const OUString& rCompareString ) SvxUnoPropertyMapProvider aSvxMapProvider; EXTERN_C -#if defined( PM2 ) && !defined( CSET ) +#if defined( PM2 ) int _stdcall #else #ifdef WNT |