summaryrefslogtreecommitdiff
path: root/svl
diff options
context:
space:
mode:
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: */