summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorFrancois Tigeot <ftigeot@wolfpond.org>2011-04-08 13:26:57 +0200
committerFrancois Tigeot <ftigeot@wolfpond.org>2011-04-08 13:26:57 +0200
commit05f8398769295be1fd169cb975e4d7b170d35981 (patch)
treea0092f922037ae433a2bbc00f85d7ed8defa2705 /basic
parentfbb0729fdb5252e162f6e9c0c6e9a6ffba6c3707 (diff)
Remove the C52 define.
It corresponds to a version of a Solaris-specific compiler used in the 2000-2001 timeframe.
Diffstat (limited to 'basic')
-rw-r--r--basic/source/app/processw.hxx2
-rw-r--r--basic/source/inc/object.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/basic/source/app/processw.hxx b/basic/source/app/processw.hxx
index e6b5db3fb5..45c65cf663 100644
--- a/basic/source/app/processw.hxx
+++ b/basic/source/app/processw.hxx
@@ -39,7 +39,7 @@ class ProcessWrapper : public SbxObject
using SbxVariable::GetInfo;
// Definition of a table entry. This is done here because
// through this methods and property can declared as private.
-#if defined ( ICC ) || defined ( C50 ) || defined ( C52 )
+#if defined ( ICC ) || defined ( C50 )
public:
#endif
typedef void( ProcessWrapper::*pMeth )
diff --git a/basic/source/inc/object.hxx b/basic/source/inc/object.hxx
index 95f59322b1..6dacb09d72 100644
--- a/basic/source/inc/object.hxx
+++ b/basic/source/inc/object.hxx
@@ -55,7 +55,7 @@ using SbxVariable::GetInfo;
// Definition eines Tabelleneintrags. Dies wird hier gemacht,
// da dadurch die Methoden und Properties als private deklariert
// werden koennen.
-#if defined ( ICC ) || defined ( C50 ) || defined ( C52 )
+#if defined ( ICC ) || defined ( C50 )
public:
#endif
typedef void( SampleObject::*pMeth )