summaryrefslogtreecommitdiff
path: root/svl/inc
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-07-25 12:23:17 +0200
committerMichael Stahl <mstahl@redhat.com>2012-07-25 14:13:47 +0200
commit2dc5faa3b3c5dfe31fa8e759323469ef7c9fed3a (patch)
tree9b5fbd024fd1c94a4d701801836f7dec60f288c8 /svl/inc
parent0031210b26bfae38be4243f9c92d90fa213b9eb0 (diff)
move SvStringsISortDtor to editeng/svxacorr.hxx
Change-Id: I4465281396f44f53ba87db0a405586294ea65076
Diffstat (limited to 'svl/inc')
-rw-r--r--svl/inc/svl/svstdarr.hxx16
1 files changed, 0 insertions, 16 deletions
diff --git a/svl/inc/svl/svstdarr.hxx b/svl/inc/svl/svstdarr.hxx
index 66fc0fd7a24b..c213b6c45c9f 100644
--- a/svl/inc/svl/svstdarr.hxx
+++ b/svl/inc/svl/svstdarr.hxx
@@ -31,25 +31,9 @@
#include <deque>
#include <tools/string.hxx>
-#include <o3tl/sorted_vector.hxx>
typedef String* StringPtr;
-#ifndef _SVSTDARR_STRINGSISORTDTOR_DECL
-
-struct SVL_DLLPUBLIC CompareSvStringsISortDtor
-{
- bool operator()( String* const& lhs, String* const& rhs ) const;
-};
-class SVL_DLLPUBLIC SvStringsISortDtor : public o3tl::sorted_vector<String*, CompareSvStringsISortDtor >
-{
-public:
- ~SvStringsISortDtor() { DeleteAndDestroyAll(); }
-};
-
-#define _SVSTDARR_STRINGSISORTDTOR_DECL
-#endif
-
typedef std::deque< xub_StrLen > SvXub_StrLens;
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */