[Libreoffice-commits] .: basic/source connectivity/source svx/source
François Tigeot
ftigeot at kemper.freedesktop.org
Fri Apr 8 04:32:58 PDT 2011
basic/source/app/processw.hxx | 2 +-
basic/source/inc/object.hxx | 2 +-
connectivity/source/drivers/file/FResultSet.cxx | 1 -
svx/source/form/fmsrcimp.cxx | 1 -
4 files changed, 2 insertions(+), 4 deletions(-)
New commits:
commit 05f8398769295be1fd169cb975e4d7b170d35981
Author: Francois Tigeot <ftigeot at wolfpond.org>
Date: Fri Apr 8 13:26:57 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/basic/source/app/processw.hxx b/basic/source/app/processw.hxx
index e6b5db3..45c65cf 100644
--- a/basic/source/app/processw.hxx
+++ b/basic/source/app/processw.hxx
@@ -39,7 +39,7 @@ class ProcessWrapper : public SbxObject
using SbxVariable::GetInfo;
// Definition of a table entry. This is done here because
// through this methods and property can declared as private.
-#if defined ( ICC ) || defined ( C50 ) || defined ( C52 )
+#if defined ( ICC ) || defined ( C50 )
public:
#endif
typedef void( ProcessWrapper::*pMeth )
diff --git a/basic/source/inc/object.hxx b/basic/source/inc/object.hxx
index 95f5932..6dacb09 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 )
diff --git a/connectivity/source/drivers/file/FResultSet.cxx b/connectivity/source/drivers/file/FResultSet.cxx
index 71d2f3e..c6fda69 100644
--- a/connectivity/source/drivers/file/FResultSet.cxx
+++ b/connectivity/source/drivers/file/FResultSet.cxx
@@ -28,7 +28,6 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_connectivity.hxx"
-#include <limits> // included here to prevent problems if compiling with C52
#ifdef GCC
#include <iostream>
diff --git a/svx/source/form/fmsrcimp.cxx b/svx/source/form/fmsrcimp.cxx
index 6dfc2be..e97a0ff 100644
--- a/svx/source/form/fmsrcimp.cxx
+++ b/svx/source/form/fmsrcimp.cxx
@@ -67,7 +67,6 @@
#define EQUAL_BOOKMARKS(a, b) a == b
#define IFACECAST(c) ((const Reference< XInterface >&)c)
- // SUN C52 has some ambiguities without this cast ....
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::util;
More information about the Libreoffice-commits
mailing list