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/svparser.hxx | |
parent | 3b6d6d1741fae5940987358c30176858717b4f72 (diff) |
XubString->OUString
Change-Id: I5424a148c7173409e6e56f9483fcc769696707bc
Diffstat (limited to 'include/svtools/svparser.hxx')
-rw-r--r-- | include/svtools/svparser.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/svparser.hxx b/include/svtools/svparser.hxx index ee4688e9f96d..7d159af51f2c 100644 --- a/include/svtools/svparser.hxx +++ b/include/svtools/svparser.hxx @@ -22,9 +22,9 @@ #include "svtools/svtdllapi.h" #include <tools/link.hxx> -#include <tools/string.hxx> #include <tools/ref.hxx> #include <rtl/textenc.h> +#include <rtl/ustring.hxx> #include <boost/ptr_container/ptr_vector.hpp> #include <boost/utility.hpp> #include <vector> |