diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-03-12 18:55:30 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-03-12 19:02:03 -0600 |
commit | 6c39b8d9905d9ee47bc34179f50756a6b79f7e2a (patch) | |
tree | bb47ca5da86594a302807e3b005eb6bd8a4e11f9 /svl | |
parent | 5414e22c2f4d264a6dfaffdaebdd754744f31f4f (diff) |
mis-merge: lost typedef
Diffstat (limited to 'svl')
-rw-r--r-- | svl/inc/svl/svstdarr.hxx | 1 |
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: */ |