diff options
author | Francois Tigeot <ftigeot@wolfpond.org> | 2011-04-08 13:23:06 +0200 |
---|---|---|
committer | Francois Tigeot <ftigeot@wolfpond.org> | 2011-04-08 13:23:06 +0200 |
commit | f440a6fe823466ddeb809d2f4e9746e7905626d2 (patch) | |
tree | a63d3276d523cbf41aa3861a66e99260f8e41a54 | |
parent | ab40888bbb94273872a349b0b3565750596b4f3c (diff) |
Remove the C52 define.
It corresponds to a version of a Solaris-specific compiler
used in the 2000-2001 timeframe.
-rw-r--r-- | svl/inc/svl/svarray.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/inc/svl/svarray.hxx b/svl/inc/svl/svarray.hxx index 7e5e8868f58a..48753d0c4fb1 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 ) |