summaryrefslogtreecommitdiff
path: root/svl
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-07-25 12:37:48 +0200
committerMichael Stahl <mstahl@redhat.com>2012-07-25 14:13:47 +0200
commit183ae1ebe36f25eae599e3ff65d399e59c677023 (patch)
treeac10a9386ef547986a5b2221d770fbdb6da2da61 /svl
parent2dc5faa3b3c5dfe31fa8e759323469ef7c9fed3a (diff)
svstdarr.hxx: remove SvXub_StrLens
Change-Id: Ia1d171b00cfbf2e541928213c39005ac873db938
Diffstat (limited to 'svl')
-rw-r--r--svl/inc/svl/svstdarr.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/svl/inc/svl/svstdarr.hxx b/svl/inc/svl/svstdarr.hxx
index c213b6c45c9f..6b2a69cd8515 100644
--- a/svl/inc/svl/svstdarr.hxx
+++ b/svl/inc/svl/svstdarr.hxx
@@ -28,12 +28,9 @@
***********************************************************************/
#include "svl/svldllapi.h"
-#include <deque>
#include <tools/string.hxx>
typedef String* StringPtr;
-typedef std::deque< xub_StrLen > SvXub_StrLens;
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */