From d72d5e631ab1611e4fa92a6765e042311e135b09 Mon Sep 17 00:00:00 2001 From: Francois Tigeot Date: Fri, 8 Apr 2011 13:19:30 +0200 Subject: Remove the C52 define. It corresponds to a version of a Solaris-specific compiler used in the 2000-2001 timeframe. --- automation/source/testtool/comm_bas.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'automation') diff --git a/automation/source/testtool/comm_bas.hxx b/automation/source/testtool/comm_bas.hxx index 16c874164227..32da48aed9a2 100644 --- a/automation/source/testtool/comm_bas.hxx +++ b/automation/source/testtool/comm_bas.hxx @@ -41,7 +41,7 @@ class CommunicationWrapper : public SbxObject // Einer f�r Manager und Links // 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( CommunicationWrapper::*pMeth ) -- cgit