[Libreoffice-commits] .: svl/inc svl/source

Nigel Hawkins nhawkins at kemper.freedesktop.org
Tue May 24 03:54:41 PDT 2011


 svl/inc/svl/svstdarr.hxx        |    5 -----
 svl/source/memtools/svarray.cxx |    2 --
 2 files changed, 7 deletions(-)

New commits:
commit c5c52dd64c298332e80bd537695b39a4db791ff6
Author: Nigel Hawkins <n.hawkins at gmx.com>
Date:   Tue May 24 11:54:12 2011 +0100

    Remove all traces of SvLongsSort

diff --git a/svl/inc/svl/svstdarr.hxx b/svl/inc/svl/svstdarr.hxx
index 6b5a73b..c4f3845 100644
--- a/svl/inc/svl/svstdarr.hxx
+++ b/svl/inc/svl/svstdarr.hxx
@@ -103,11 +103,6 @@ private:
 #define _SVSTDARR_USHORTSSORT_DECL
 #endif
 
-#ifndef _SVSTDARR_LONGSSORT_DECL
-SV_DECL_VARARR_SORT_VISIBILITY( SvLongsSort, long, 1, 1, SVL_DLLPUBLIC )
-#define _SVSTDARR_LONGSSORT_DECL
-#endif
-
 #include <tools/string.hxx>
 
 typedef String* StringPtr;
diff --git a/svl/source/memtools/svarray.cxx b/svl/source/memtools/svarray.cxx
index c0f51d9..325d157 100644
--- a/svl/source/memtools/svarray.cxx
+++ b/svl/source/memtools/svarray.cxx
@@ -34,7 +34,6 @@
 #define _SVSTDARR_ULONGS
 #define _SVSTDARR_ULONGSSORT
 #define _SVSTDARR_sal_uInt16S
-#define _SVSTDARR_LONGSSORT
 #define _SVSTDARR_STRINGS
 #define _SVSTDARR_STRINGSDTOR
 #define _SVSTDARR_STRINGSSORT
@@ -69,7 +68,6 @@ SV_IMPL_VARARR( SvULongs, sal_uLong )
 SV_IMPL_VARARR( SvUShorts, sal_uInt16 )
 
 SV_IMPL_VARARR_SORT( SvULongsSort, sal_uLong )
-SV_IMPL_VARARR_SORT( SvLongsSort, long )
 
 SV_IMPL_PTRARR( SvStrings, StringPtr )
 SV_IMPL_PTRARR( SvStringsDtor, StringPtr )


More information about the Libreoffice-commits mailing list