summaryrefslogtreecommitdiff
path: root/svl
diff options
context:
space:
mode:
authorDaisuke Nishino <niboshi000@gmail.com>2011-11-09 22:16:38 +0900
committerCaolán McNamara <caolanm@redhat.com>2011-11-09 16:52:56 +0000
commitff9fab243bb8f746077dbbc2d7d3a76616647839 (patch)
treedf2455bf664ea2b2191805cc8209f21e6297feaf /svl
parent090454c4c99498a79d87c55e1903132bd068d810 (diff)
Removed SvStringsSortDtor
Diffstat (limited to 'svl')
-rw-r--r--svl/inc/svl/svstdarr.hxx5
-rw-r--r--svl/source/memtools/svarray.cxx1
2 files changed, 0 insertions, 6 deletions
diff --git a/svl/inc/svl/svstdarr.hxx b/svl/inc/svl/svstdarr.hxx
index 3d3cc80d9057..79c95c1fbf56 100644
--- a/svl/inc/svl/svstdarr.hxx
+++ b/svl/inc/svl/svstdarr.hxx
@@ -57,11 +57,6 @@ SV_DECL_PTRARR_DEL_VISIBILITY( SvStringsDtor, StringPtr, 1, 1, SVL_DLLPUBLIC )
#define _SVSTDARR_STRINGSDTOR_DECL
#endif
-#ifndef _SVSTDARR_STRINGSSORTDTOR_DECL
-SV_DECL_PTRARR_SORT_DEL_VISIBILITY( SvStringsSortDtor, StringPtr, 1, 1, SVL_DLLPUBLIC )
-#define _SVSTDARR_STRINGSSORTDTOR_DECL
-#endif
-
#ifndef _SVSTDARR_STRINGSISORT_DECL
SV_DECL_PTRARR_SORT_VISIBILITY( SvStringsISort, StringPtr, 1, 1, SVL_DLLPUBLIC )
#define _SVSTDARR_STRINGSISORT_DECL
diff --git a/svl/source/memtools/svarray.cxx b/svl/source/memtools/svarray.cxx
index d1aeda7179d5..3b4fa7113b7d 100644
--- a/svl/source/memtools/svarray.cxx
+++ b/svl/source/memtools/svarray.cxx
@@ -63,7 +63,6 @@ sal_uInt16 SvPtrarr::GetPos( const VoidPtr& aElement ) const
SV_IMPL_PTRARR( SvStrings, StringPtr )
SV_IMPL_PTRARR( SvStringsDtor, StringPtr )
-SV_IMPL_OP_PTRARR_SORT( SvStringsSortDtor, StringPtr )
// ---------------- strings -------------------------------------