diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-02-16 22:43:47 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-02-16 22:43:47 +0100 |
commit | 93f2f61afc55fa15272552383afa2d5028a93ad5 (patch) | |
tree | b99430795b2fe693f08d227ae16d090124761851 /svx | |
parent | fcf3851494f067635dc576a2f69207184168b1e7 (diff) |
Remove MTW support
http://www.openoffice.org/issues/show_bug.cgi?id=52746
"MTW - metrowerks compiler (mac OS9 ?) - obsolete"
Diffstat (limited to 'svx')
-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 4f56af5a4b9c..63d249844cf6 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 ) && !defined ( MTW ) && !defined( WTC )) +#if defined( PM2 ) && (!defined( CSET ) && !defined( WTC )) int _stdcall #else #ifdef WNT |