summaryrefslogtreecommitdiff
path: root/svl
diff options
context:
space:
mode:
authorBartosz Kosiorek <gang65@openoffice.org>2010-10-05 20:01:23 +0200
committerBartosz Kosiorek <gang65@openoffice.org>2010-10-05 20:01:23 +0200
commit3bb6145d76abd333753bce0d5be74e8dd2df13bc (patch)
treec66b0632e6cb03f02f8ea4b2af58233827bf0cb0 /svl
parent6d97433df43ec0dbd20c026f0b3701ff723ec973 (diff)
svarray: #i112395#: SvXub_StrLens
Diffstat (limited to 'svl')
-rw-r--r--svl/inc/svl/svstdarr.hxx7
-rw-r--r--svl/source/memtools/svarray.cxx2
2 files changed, 1 insertions, 8 deletions
diff --git a/svl/inc/svl/svstdarr.hxx b/svl/inc/svl/svstdarr.hxx
index bc3ef2834d82..a0f0151660a9 100644
--- a/svl/inc/svl/svstdarr.hxx
+++ b/svl/inc/svl/svstdarr.hxx
@@ -246,12 +246,7 @@ SV_DECL_PTRARR_SORT_DEL_VISIBILITY( SvByteStringsISortDtor, ByteStringPtr, 1, 1,
#endif
//#endif
-//#ifdef _SVSTDARR_XUB_STRLEN
-#ifndef _SVSTDARR_XUB_STRLEN_DECL
-SV_DECL_VARARR_VISIBILITY( SvXub_StrLens, xub_StrLen, 1, 1, SVL_DLLPUBLIC )
-#define _SVSTDARR_XUB_STRLEN_DECL
-#endif
-//#endif
+typedef std::deque< xub_StrLen > SvXub_StrLens;
//#ifdef _SVSTDARR_XUB_STRLENSORT
#ifndef _SVSTDARR_XUB_STRLENSORT_DECL
diff --git a/svl/source/memtools/svarray.cxx b/svl/source/memtools/svarray.cxx
index 4a80ff743901..9eb9fbf237fb 100644
--- a/svl/source/memtools/svarray.cxx
+++ b/svl/source/memtools/svarray.cxx
@@ -84,8 +84,6 @@ SV_IMPL_VARARR_SORT( SvULongsSort, ULONG )
SV_IMPL_VARARR_SORT( SvLongsSort, long )
SV_IMPL_VARARR_SORT( SvXub_StrLensSort, xub_StrLen )
-SV_IMPL_VARARR( SvXub_StrLens, xub_StrLen )
-
SV_IMPL_PTRARR( SvStrings, StringPtr )
SV_IMPL_PTRARR( SvStringsDtor, StringPtr )
SV_IMPL_OP_PTRARR_SORT( SvStringsSort, StringPtr )