From 0e1d1282067419f2d70502ec26d40914fc58782d Mon Sep 17 00:00:00 2001 From: Francois Tigeot Date: Fri, 8 Apr 2011 13:26:57 +0200 Subject: Remove the C52 define. It corresponds to a version of a Solaris-specific compiler used in the 2000-2001 timeframe. --- basic/source/inc/object.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'basic/source/inc') 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 ) -- cgit