summaryrefslogtreecommitdiff
path: root/svl
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2011-03-12 18:55:30 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-03-12 19:02:03 -0600
commit6c39b8d9905d9ee47bc34179f50756a6b79f7e2a (patch)
treebb47ca5da86594a302807e3b005eb6bd8a4e11f9 /svl
parent5414e22c2f4d264a6dfaffdaebdd754744f31f4f (diff)
mis-merge: lost typedef
Diffstat (limited to 'svl')
-rw-r--r--svl/inc/svl/svstdarr.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/svl/inc/svl/svstdarr.hxx b/svl/inc/svl/svstdarr.hxx
index 3f68af6e9d98..02e3045c6eaf 100644
--- a/svl/inc/svl/svstdarr.hxx
+++ b/svl/inc/svl/svstdarr.hxx
@@ -179,5 +179,6 @@ SV_DECL_PTRARR_SORT_DEL_VISIBILITY( SvByteStringsISortDtor, ByteStringPtr, 1, 1,
#define _SVSTDARR_BYTESTRINGSISORTDTOR_DECL
#endif
+typedef std::deque< xub_StrLen > SvXub_StrLens;
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */