summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancois Tigeot <ftigeot@wolfpond.org>2011-04-08 13:19:30 +0200
committerFrancois Tigeot <ftigeot@wolfpond.org>2011-04-08 13:19:30 +0200
commitd72d5e631ab1611e4fa92a6765e042311e135b09 (patch)
treef05424f9e8d3844f7f2f12950035a5b0c1ee2f8e
parent524a90293f4cb9beb8331b4e7cf5f738fcdf37c3 (diff)
Remove the C52 define.
It corresponds to a version of a Solaris-specific compiler used in the 2000-2001 timeframe.
-rw-r--r--automation/source/testtool/comm_bas.hxx2
1 files changed, 1 insertions, 1 deletions
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 )