[Libreoffice-commits] .: svl/inc
François Tigeot
ftigeot at kemper.freedesktop.org
Fri Apr 8 04:37:09 PDT 2011
svl/inc/svl/svarray.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 55750028182f7b7453a54cd9bc2979b0afafc6f8
Author: Francois Tigeot <ftigeot at wolfpond.org>
Date: Fri Apr 8 13:23:06 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/svl/inc/svl/svarray.hxx b/svl/inc/svl/svarray.hxx
index b10d12d..30bb89c 100644
--- a/svl/inc/svl/svarray.hxx
+++ b/svl/inc/svl/svarray.hxx
@@ -743,7 +743,7 @@ SV_IMPL_VARARR(nm##_SAR, AE)\
_SV_IMPL_SORTAR_ALG( nm,AE )\
_SV_SEEK_OBJECT( nm,AE )
-#if defined (C40) || defined (C41) || defined (C42) || defined(C50) || defined(C52)
+#if defined (C40) || defined (C41) || defined (C42) || defined(C50)
#define C40_INSERT( c, p, n) Insert( (c const *) p, n )
#define C40_PTR_INSERT( c, p) Insert( (c const *) p )
#define C40_REPLACE( c, p, n) Replace( (c const *) p, n )
More information about the Libreoffice-commits
mailing list