summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-10-20 15:15:42 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-10-20 19:00:36 +0100
commit45e366eadbba69140214a8e745a1d3ce3e4e8337 (patch)
treecf01cfc9006789d7effb61ae140028829fc879c6 /sw/source/ui/inc
parent8bb4b18127cdc6259ecd65ec0f28d27d0513cb26 (diff)
drop unnecessary tools/string includes
Change-Id: I4278999b9b7d184c26036bbe9e3b98420f461e8c
Diffstat (limited to 'sw/source/ui/inc')
-rw-r--r--sw/source/ui/inc/bookctrl.hxx2
-rw-r--r--sw/source/ui/inc/caption.hxx2
-rw-r--r--sw/source/ui/inc/fontcfg.hxx2
-rw-r--r--sw/source/ui/inc/gloslst.hxx3
-rw-r--r--sw/source/ui/inc/navicont.hxx2
-rw-r--r--sw/source/ui/inc/swcont.hxx2
6 files changed, 6 insertions, 7 deletions
diff --git a/sw/source/ui/inc/bookctrl.hxx b/sw/source/ui/inc/bookctrl.hxx
index 32a61eec0086..8749c311d90e 100644
--- a/sw/source/ui/inc/bookctrl.hxx
+++ b/sw/source/ui/inc/bookctrl.hxx
@@ -19,8 +19,8 @@
#ifndef _BOOKCTRL_HXX
#define _BOOKCTRL_HXX
+#include <rtl/ustring.hxx>
#include <sfx2/stbitem.hxx>
-#include <tools/string.hxx>
// class BookmarkToolBoxControl -------------------------------------------
diff --git a/sw/source/ui/inc/caption.hxx b/sw/source/ui/inc/caption.hxx
index 395100a5d7e4..133a43c2a3ca 100644
--- a/sw/source/ui/inc/caption.hxx
+++ b/sw/source/ui/inc/caption.hxx
@@ -19,7 +19,7 @@
#ifndef _CAPTION_HXX
#define _CAPTION_HXX
-#include <tools/string.hxx>
+#include <rtl/ustring.hxx>
#include <tools/globname.hxx>
#include <SwCapObjType.hxx>
#include "swdllapi.h"
diff --git a/sw/source/ui/inc/fontcfg.hxx b/sw/source/ui/inc/fontcfg.hxx
index 26297e72cd8c..c8bfec0998c8 100644
--- a/sw/source/ui/inc/fontcfg.hxx
+++ b/sw/source/ui/inc/fontcfg.hxx
@@ -19,8 +19,8 @@
#ifndef _FONTCFG_HXX
#define _FONTCFG_HXX
+#include <rtl/ustring.hxx>
#include <unotools/configitem.hxx>
-#include <tools/string.hxx>
#include <i18nlangtag/lang.h>
#include <osl/diagnose.h>
#include "swdllapi.h"
diff --git a/sw/source/ui/inc/gloslst.hxx b/sw/source/ui/inc/gloslst.hxx
index 8c9fca86bb3c..0506ff843460 100644
--- a/sw/source/ui/inc/gloslst.hxx
+++ b/sw/source/ui/inc/gloslst.hxx
@@ -20,9 +20,8 @@
#ifndef _GLOSLST_HXX
#define _GLOSLST_HXX
-
+#include <rtl/ustring.hxx>
#include <tools/datetime.hxx>
-#include <tools/string.hxx>
#include <vcl/timer.hxx>
class SwGlossaries;
diff --git a/sw/source/ui/inc/navicont.hxx b/sw/source/ui/inc/navicont.hxx
index 1cfc81a36459..6e2f3e39cdeb 100644
--- a/sw/source/ui/inc/navicont.hxx
+++ b/sw/source/ui/inc/navicont.hxx
@@ -20,7 +20,7 @@
#ifndef _NAVICONT_HXX
#define _NAVICONT_HXX
-#include <tools/string.hxx>
+#include <rtl/ustring.hxx>
class SwDocShell;
class TransferDataContainer;
diff --git a/sw/source/ui/inc/swcont.hxx b/sw/source/ui/inc/swcont.hxx
index 1f689e3e5e99..243f7e672768 100644
--- a/sw/source/ui/inc/swcont.hxx
+++ b/sw/source/ui/inc/swcont.hxx
@@ -20,7 +20,7 @@
#ifndef _SWCONT_HXX
#define _SWCONT_HXX
-#include <tools/string.hxx>
+#include <rtl/ustring.hxx>
class SwContentType;