summaryrefslogtreecommitdiff
path: root/include/svtools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-09-02 09:03:31 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-09-02 12:22:34 +0100
commited0f0fa730186a99e3e315ef55f63410af8146b2 (patch)
tree2f757a4d622846362a3173082f0719a4f823ea57 /include/svtools
parent3b6d6d1741fae5940987358c30176858717b4f72 (diff)
XubString->OUString
Change-Id: I5424a148c7173409e6e56f9483fcc769696707bc
Diffstat (limited to 'include/svtools')
-rw-r--r--include/svtools/ctrlbox.hxx3
-rw-r--r--include/svtools/ehdl.hxx1
-rw-r--r--include/svtools/helpopt.hxx2
-rw-r--r--include/svtools/imap.hxx1
-rw-r--r--include/svtools/imapobj.hxx1
-rw-r--r--include/svtools/inetimg.hxx1
-rw-r--r--include/svtools/inettbc.hxx1
-rw-r--r--include/svtools/ivctrl.hxx1
-rw-r--r--include/svtools/openfiledroptargetlistener.hxx1
-rw-r--r--include/svtools/parhtml.hxx1
-rw-r--r--include/svtools/svparser.hxx2
-rw-r--r--include/svtools/transfer.hxx1
12 files changed, 3 insertions, 13 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.
diff --git a/include/svtools/ehdl.hxx b/include/svtools/ehdl.hxx
index 33afac3fd3e8..ab54d55a0256 100644
--- a/include/svtools/ehdl.hxx
+++ b/include/svtools/ehdl.hxx
@@ -25,7 +25,6 @@
#include "svtools/svtdllapi.h"
#include <tools/errinf.hxx>
-#include <tools/string.hxx>
class Window;
class ResMgr;
diff --git a/include/svtools/helpopt.hxx b/include/svtools/helpopt.hxx
index 35ed06dc92d5..0d8d96b8aa44 100644
--- a/include/svtools/helpopt.hxx
+++ b/include/svtools/helpopt.hxx
@@ -22,7 +22,7 @@
#include "svtools/svtdllapi.h"
#include <list>
-#include <tools/string.hxx>
+#include <rtl/ustring.hxx>
#include <unotools/options.hxx>
class SvtHelpOptions_Impl;
diff --git a/include/svtools/imap.hxx b/include/svtools/imap.hxx
index 60dafcb4e130..f5fba8483271 100644
--- a/include/svtools/imap.hxx
+++ b/include/svtools/imap.hxx
@@ -21,7 +21,6 @@
#define _IMAP_HXX
#include "svtools/svtdllapi.h"
-#include <tools/string.hxx>
#include <tools/stream.hxx>
#include <vector>
diff --git a/include/svtools/imapobj.hxx b/include/svtools/imapobj.hxx
index 7f383de1197c..f77aec7fe29e 100644
--- a/include/svtools/imapobj.hxx
+++ b/include/svtools/imapobj.hxx
@@ -21,7 +21,6 @@
#define _GOODIES_IMAPOBJ_HXX
#include "svtools/svtdllapi.h"
-#include <tools/string.hxx>
#include <svl/macitem.hxx>
#include <rtl/strbuf.hxx>
diff --git a/include/svtools/inetimg.hxx b/include/svtools/inetimg.hxx
index e5a80b5bbb1e..71d8daafa79a 100644
--- a/include/svtools/inetimg.hxx
+++ b/include/svtools/inetimg.hxx
@@ -19,7 +19,6 @@
#ifndef _INETIMG_HXX
#define _INETIMG_HXX
-#include <tools/string.hxx>
#include <tools/gen.hxx>
class SvData;
diff --git a/include/svtools/inettbc.hxx b/include/svtools/inettbc.hxx
index 104143696ec1..3c8fe00e2b0c 100644
--- a/include/svtools/inettbc.hxx
+++ b/include/svtools/inettbc.hxx
@@ -22,7 +22,6 @@
#include "rtl/ref.hxx"
#include "svtools/svtdllapi.h"
-#include <tools/string.hxx>
#include <tools/urlobj.hxx>
#include <vcl/combobox.hxx>
diff --git a/include/svtools/ivctrl.hxx b/include/svtools/ivctrl.hxx
index 0a8e05954d71..d8aecb48ade6 100644
--- a/include/svtools/ivctrl.hxx
+++ b/include/svtools/ivctrl.hxx
@@ -21,7 +21,6 @@
#define _ICNVW_HXX
#include "svtools/svtdllapi.h"
-#include <tools/string.hxx>
#include <vcl/ctrl.hxx>
#include <tools/link.hxx>
#include <tools/contnr.hxx>
diff --git a/include/svtools/openfiledroptargetlistener.hxx b/include/svtools/openfiledroptargetlistener.hxx
index 1bebf7d45c45..32d87b4e60bb 100644
--- a/include/svtools/openfiledroptargetlistener.hxx
+++ b/include/svtools/openfiledroptargetlistener.hxx
@@ -28,7 +28,6 @@
#include <cppuhelper/implbase1.hxx>
#include <sot/exchange.hxx>
-#include <tools/string.hxx>
/** DropTargetListener that takes care of opening a file when it is dropped in the frame.
*/
diff --git a/include/svtools/parhtml.hxx b/include/svtools/parhtml.hxx
index f57b1ce1845b..19eca16b6a66 100644
--- a/include/svtools/parhtml.hxx
+++ b/include/svtools/parhtml.hxx
@@ -22,7 +22,6 @@
#include "svtools/svtdllapi.h"
#include <tools/solar.h>
-#include <tools/string.hxx>
#include <svtools/svparser.hxx>
#include <boost/ptr_container/ptr_vector.hpp>
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>
diff --git a/include/svtools/transfer.hxx b/include/svtools/transfer.hxx
index f85732638cfa..6354a0a416bd 100644
--- a/include/svtools/transfer.hxx
+++ b/include/svtools/transfer.hxx
@@ -23,7 +23,6 @@
#include "svtools/svtdllapi.h"
#include <tools/globname.hxx>
#include <tools/gen.hxx>
-#include <tools/string.hxx>
#include <sot/formats.hxx>
#include <cppuhelper/implbase1.hxx>
#include <cppuhelper/implbase4.hxx>