[Libreoffice-commits] .: svl/inc svl/source
Nigel Hawkins
nhawkins at kemper.freedesktop.org
Fri May 27 09:46:31 PDT 2011
svl/inc/svl/svstdarr.hxx | 5 -----
svl/source/memtools/svarray.cxx | 3 ---
2 files changed, 8 deletions(-)
New commits:
commit ea9152cb96f33441b2fd035867760a7b179db957
Author: Nigel Hawkins <n.hawkins at gmx.com>
Date: Fri May 27 17:30:47 2011 +0100
Remove last traces of SvULongsSort. LGPLv3+/MPL.
diff --git a/svl/inc/svl/svstdarr.hxx b/svl/inc/svl/svstdarr.hxx
index c4f3845..d5a1cc7 100644
--- a/svl/inc/svl/svstdarr.hxx
+++ b/svl/inc/svl/svstdarr.hxx
@@ -48,11 +48,6 @@ SV_DECL_VARARR_VISIBILITY( SvULongs, sal_uLong, 1, 1, SVL_DLLPUBLIC )
#define _SVSTDARR_ULONGS_DECL
#endif
-#ifndef _SVSTDARR_ULONGSSORT_DECL
-SV_DECL_VARARR_SORT_VISIBILITY( SvULongsSort, sal_uLong, 1, 1, SVL_DLLPUBLIC )
-#define _SVSTDARR_ULONGSSORT_DECL
-#endif
-
#ifndef _SVSTDARR_USHORTS_DECL
SV_DECL_VARARR_VISIBILITY( SvUShorts, sal_uInt16, 1, 1, SVL_DLLPUBLIC )
#define _SVSTDARR_USHORTS_DECL
diff --git a/svl/source/memtools/svarray.cxx b/svl/source/memtools/svarray.cxx
index 325d157..c5cdac2 100644
--- a/svl/source/memtools/svarray.cxx
+++ b/svl/source/memtools/svarray.cxx
@@ -32,7 +32,6 @@
#define _SVARRAY_CXX
#define _SVSTDARR_ULONGS
-#define _SVSTDARR_ULONGSSORT
#define _SVSTDARR_sal_uInt16S
#define _SVSTDARR_STRINGS
#define _SVSTDARR_STRINGSDTOR
@@ -67,8 +66,6 @@ sal_uInt16 SvPtrarr::GetPos( const VoidPtr& aElement ) const
SV_IMPL_VARARR( SvULongs, sal_uLong )
SV_IMPL_VARARR( SvUShorts, sal_uInt16 )
-SV_IMPL_VARARR_SORT( SvULongsSort, sal_uLong )
-
SV_IMPL_PTRARR( SvStrings, StringPtr )
SV_IMPL_PTRARR( SvStringsDtor, StringPtr )
SV_IMPL_OP_PTRARR_SORT( SvStringsSort, StringPtr )
More information about the Libreoffice-commits
mailing list