[Libreoffice-commits] .: automation/source
François Tigeot
ftigeot at kemper.freedesktop.org
Fri Apr 8 04:32:33 PDT 2011
automation/source/testtool/comm_bas.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit a0d1acddc87c3dd3501e72cf282db35f1932f88a
Author: Francois Tigeot <ftigeot at wolfpond.org>
Date: Fri Apr 8 13:19:30 2011 +0200
Remove the C52 define.
It corresponds to a version of a Solaris-specific compiler
used in the 2000-2001 timeframe.
diff --git a/automation/source/testtool/comm_bas.hxx b/automation/source/testtool/comm_bas.hxx
index d4c9d72..99d54a4 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 )
More information about the Libreoffice-commits
mailing list