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 /svtools | |
parent | 3b6d6d1741fae5940987358c30176858717b4f72 (diff) |
XubString->OUString
Change-Id: I5424a148c7173409e6e56f9483fcc769696707bc
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/config/htmlcfg.cxx | 1 | ||||
-rw-r--r-- | svtools/source/svhtml/parhtml.cxx | 1 | ||||
-rw-r--r-- | svtools/source/urlobj/inetimg.cxx | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/svtools/source/config/htmlcfg.cxx b/svtools/source/config/htmlcfg.cxx index f3f2e7d03158..5fff13455a32 100644 --- a/svtools/source/config/htmlcfg.cxx +++ b/svtools/source/config/htmlcfg.cxx @@ -18,6 +18,7 @@ */ +#include <osl/thread.h> #include <svtools/htmlcfg.hxx> #include <svtools/parhtml.hxx> #include <unotools/syslocale.hxx> diff --git a/svtools/source/svhtml/parhtml.cxx b/svtools/source/svhtml/parhtml.cxx index 3bc5a5c16e67..a6717d50f86e 100644 --- a/svtools/source/svhtml/parhtml.cxx +++ b/svtools/source/svhtml/parhtml.cxx @@ -22,6 +22,7 @@ #include <stdio.h> #include <comphelper/string.hxx> #include <tools/stream.hxx> +#include <tools/string.hxx> #include <tools/debug.hxx> #include <tools/color.hxx> #include <rtl/ustrbuf.hxx> diff --git a/svtools/source/urlobj/inetimg.cxx b/svtools/source/urlobj/inetimg.cxx index b7a98620d60b..98999c42a779 100644 --- a/svtools/source/urlobj/inetimg.cxx +++ b/svtools/source/urlobj/inetimg.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <osl/thread.h> #include <sot/formats.hxx> #include <tools/stream.hxx> |