diff options
author | Francois Tigeot <ftigeot@wolfpond.org> | 2011-04-08 13:26:57 +0200 |
---|---|---|
committer | Francois Tigeot <ftigeot@wolfpond.org> | 2011-04-08 13:26:57 +0200 |
commit | 0e1d1282067419f2d70502ec26d40914fc58782d (patch) | |
tree | 9d20f982d4db78ecd3ec9e855e5a1fd3f99702a4 /basic/source/inc | |
parent | ceceffb2a094d844dc58dbd2e9f35a5f0d3c8893 (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/source/inc')
-rw-r--r-- | basic/source/inc/object.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/inc/object.hxx b/basic/source/inc/object.hxx index 1b25ee41a25d..52af24b2b994 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 ) |