diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-09-02 09:03:31 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-09-02 12:22:34 +0100 |
commit | ed0f0fa730186a99e3e315ef55f63410af8146b2 (patch) | |
tree | 2f757a4d622846362a3173082f0719a4f823ea57 /include/svtools/ctrlbox.hxx | |
parent | 3b6d6d1741fae5940987358c30176858717b4f72 (diff) |
XubString->OUString
Change-Id: I5424a148c7173409e6e56f9483fcc769696707bc
Diffstat (limited to 'include/svtools/ctrlbox.hxx')
-rw-r--r-- | include/svtools/ctrlbox.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/svtools/ctrlbox.hxx b/include/svtools/ctrlbox.hxx index d7864825b3b8..b3a88dfbe6a1 100644 --- a/include/svtools/ctrlbox.hxx +++ b/include/svtools/ctrlbox.hxx @@ -22,7 +22,6 @@ #include "svtools/svtdllapi.h" -#include <tools/string.hxx> #include <vcl/lstbox.hxx> #include <vcl/combobox.hxx> #include <vcl/image.hxx> @@ -119,7 +118,7 @@ potentially not all applications [Draw,Equation,FontWork] can properly handle synthetic fonts. On filling, the previous name will be retained if possible. -For DontKnow, the FontStyleBox should be filled with String(), +For DontKnow, the FontStyleBox should be filled with OUString(), so it will contain a list with the default attributes. The currently shown style probably needs to be reset by the application. |