summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-02-21 18:34:50 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-02-21 18:36:40 +0100
commite130c111f32a5fba002706d071e4d8c4a127a9c4 (patch)
tree93436e82fc27c7156b3e03c05b7414da845b4023
parent190b44d2d22a1a6684f66166a41f4f0e67d18487 (diff)
Remove CSET support
Obsolete IBM CSet C-Compiler svidl.cxx: This seem to be an error, all other files check for PM && !CSET.
-rw-r--r--idl/source/prj/svidl.cxx2
-rw-r--r--sfx2/source/control/dispatch.cxx2
-rw-r--r--sfx2/source/control/objface.cxx2
-rw-r--r--svx/source/unodraw/unoprov.cxx2
4 files changed, 4 insertions, 4 deletions
diff --git a/idl/source/prj/svidl.cxx b/idl/source/prj/svidl.cxx
index 53237f16dc..ed6a9f5643 100644
--- a/idl/source/prj/svidl.cxx
+++ b/idl/source/prj/svidl.cxx
@@ -90,7 +90,7 @@ BOOL FileMove_Impl( const String & rFile1, const String & rFile2, BOOL bImmerVer
return 0 == aF2.Kill();
}
-#if defined( UNX ) || (defined( PM2 ) && defined( CSET )) || defined (__MINGW32__) || defined( OS2 )
+#if defined( UNX ) || defined( PM2 ) || defined (__MINGW32__) || defined( OS2 )
int main ( int argc, char ** argv)
{
#else
diff --git a/sfx2/source/control/dispatch.cxx b/sfx2/source/control/dispatch.cxx
index e82edfeab8..96536be37a 100644
--- a/sfx2/source/control/dispatch.cxx
+++ b/sfx2/source/control/dispatch.cxx
@@ -2128,7 +2128,7 @@ void SfxDispatcher::SetSlotFilter
//--------------------------------------------------------------------
EXTERN_C
-#if defined( PM2 ) && !defined( CSET )
+#if defined( PM2 )
int _stdcall
#else
#ifdef WNT
diff --git a/sfx2/source/control/objface.cxx b/sfx2/source/control/objface.cxx
index 7e3a581346..2d071174db 100644
--- a/sfx2/source/control/objface.cxx
+++ b/sfx2/source/control/objface.cxx
@@ -47,7 +47,7 @@ DBG_NAME(SfxInterface)
//====================================================================
EXTERN_C
-#if defined( PM2 ) && !defined( CSET )
+#if defined( PM2 )
int _stdcall
#else
#ifdef WNT
diff --git a/svx/source/unodraw/unoprov.cxx b/svx/source/unodraw/unoprov.cxx
index 2c850709c5..e0491338a7 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