diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-07-25 12:37:48 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-07-25 14:13:47 +0200 |
commit | 183ae1ebe36f25eae599e3ff65d399e59c677023 (patch) | |
tree | ac10a9386ef547986a5b2221d770fbdb6da2da61 /svx | |
parent | 2dc5faa3b3c5dfe31fa8e759323469ef7c9fed3a (diff) |
svstdarr.hxx: remove SvXub_StrLens
Change-Id: Ia1d171b00cfbf2e541928213c39005ac873db938
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/dialog/fntctrl.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/dialog/fntctrl.cxx b/svx/source/dialog/fntctrl.cxx index 247e199a1709..004a88dde4a3 100644 --- a/svx/source/dialog/fntctrl.cxx +++ b/svx/source/dialog/fntctrl.cxx @@ -39,6 +39,7 @@ #include <com/sun/star/i18n/ScriptType.hpp> #include <vector> +#include <deque> #include <svtools/colorcfg.hxx> #include <svtools/sampletext.hxx> @@ -51,7 +52,6 @@ #include <svl/itempool.hxx> #include <svl/stritem.hxx> // SfxStringItem #include <svl/languageoptions.hxx> -#include <svl/svstdarr.hxx> #include <editeng/colritem.hxx> #include <editeng/fontitem.hxx> @@ -146,7 +146,7 @@ class FontPrevWin_Impl Reference < XBreakIterator > xBreak; std::vector<sal_uIntPtr> aTextWidth; - SvXub_StrLens aScriptChg; + std::deque<xub_StrLen> aScriptChg; std::vector<sal_uInt16> aScriptType; SvxFont aCJKFont; SvxFont aCTLFont; |