[Libreoffice-commits] core.git: sw/source
Chr. Rossmanith
ChrRossmanith at gmx.de
Mon Oct 14 04:26:50 PDT 2013
sw/source/core/inc/drawfont.hxx | 1 -
sw/source/core/inc/noteurl.hxx | 2 --
sw/source/core/inc/pamtyp.hxx | 1 -
sw/source/core/inc/txtfrm.hxx | 1 -
sw/source/core/inc/wrong.hxx | 1 -
sw/source/core/txtnode/txatritr.cxx | 1 -
sw/source/filter/html/htmlfldw.cxx | 1 -
sw/source/filter/html/svxcss1.hxx | 1 -
sw/source/filter/ww8/ww8struc.hxx | 1 -
9 files changed, 10 deletions(-)
New commits:
commit 17760f023d3e2e8e012ddd7b1427dffff0063229
Author: Chr. Rossmanith <ChrRossmanith at gmx.de>
Date: Fri Oct 11 21:44:05 2013 +0200
don't include unused tools/string.hxx
Change-Id: I8a079f788204fc80c14a037b035ecf2690e18efd
Reviewed-on: https://gerrit.libreoffice.org/6206
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/sw/source/core/inc/drawfont.hxx b/sw/source/core/inc/drawfont.hxx
index c61ae9f..ff776fa 100644
--- a/sw/source/core/inc/drawfont.hxx
+++ b/sw/source/core/inc/drawfont.hxx
@@ -21,7 +21,6 @@
#define _DRAWFONT_HXX
#include <tools/solar.h>
-#include <tools/string.hxx>
#include <tools/debug.hxx>
class SwTxtFrm;
diff --git a/sw/source/core/inc/noteurl.hxx b/sw/source/core/inc/noteurl.hxx
index 4c6f26c..779f67a 100644
--- a/sw/source/core/inc/noteurl.hxx
+++ b/sw/source/core/inc/noteurl.hxx
@@ -20,8 +20,6 @@
#ifndef _NOTEURL_HXX
#define _NOTEURL_HXX
-
-#include <tools/string.hxx>
#include "swrect.hxx"
#include <boost/ptr_container/ptr_vector.hpp>
diff --git a/sw/source/core/inc/pamtyp.hxx b/sw/source/core/inc/pamtyp.hxx
index 5fda2c6..647596e 100644
--- a/sw/source/core/inc/pamtyp.hxx
+++ b/sw/source/core/inc/pamtyp.hxx
@@ -22,7 +22,6 @@
#include <unotools/textsearch.hxx>
#include <node.hxx>
-#include <tools/string.hxx>
class SwpHints;
struct SwPosition;
diff --git a/sw/source/core/inc/txtfrm.hxx b/sw/source/core/inc/txtfrm.hxx
index 8d4a3e0..3f3a277 100644
--- a/sw/source/core/inc/txtfrm.hxx
+++ b/sw/source/core/inc/txtfrm.hxx
@@ -20,7 +20,6 @@
#define SW_TXTFRM_HXX
#include <tools/mempool.hxx>
-#include <tools/string.hxx>
#include "cntfrm.hxx"
#include "ndtxt.hxx"
diff --git a/sw/source/core/inc/wrong.hxx b/sw/source/core/inc/wrong.hxx
index 77a78f0..4cc95dd 100644
--- a/sw/source/core/inc/wrong.hxx
+++ b/sw/source/core/inc/wrong.hxx
@@ -28,7 +28,6 @@
#include <vector>
-#include <tools/string.hxx>
#include <tools/color.hxx>
#include <viewopt.hxx>
diff --git a/sw/source/core/txtnode/txatritr.cxx b/sw/source/core/txtnode/txatritr.cxx
index 7763728..6223046 100644
--- a/sw/source/core/txtnode/txatritr.cxx
+++ b/sw/source/core/txtnode/txatritr.cxx
@@ -20,7 +20,6 @@
#include <txatritr.hxx>
#include <com/sun/star/i18n/ScriptType.hpp>
-#include <tools/string.hxx>
#include <fchrfmt.hxx>
#include <charfmt.hxx>
#include <breakit.hxx>
diff --git a/sw/source/filter/html/htmlfldw.cxx b/sw/source/filter/html/htmlfldw.cxx
index e13818b..ceca418 100644
--- a/sw/source/filter/html/htmlfldw.cxx
+++ b/sw/source/filter/html/htmlfldw.cxx
@@ -19,7 +19,6 @@
#include <com/sun/star/i18n/ScriptType.hpp>
#include <comphelper/string.hxx>
-#include <tools/string.hxx>
#include <svtools/htmlkywd.hxx>
#include <svtools/htmlout.hxx>
#include <svtools/htmltokn.h>
diff --git a/sw/source/filter/html/svxcss1.hxx b/sw/source/filter/html/svxcss1.hxx
index fa3bac9..687e8a9 100644
--- a/sw/source/filter/html/svxcss1.hxx
+++ b/sw/source/filter/html/svxcss1.hxx
@@ -19,7 +19,6 @@
#ifndef _SVXCSS1_HXX
#define _SVXCSS1_HXX
-#include <tools/string.hxx>
#include <svl/itemset.hxx>
#include <editeng/svxenum.hxx>
#include <rtl/textenc.h>
diff --git a/sw/source/filter/ww8/ww8struc.hxx b/sw/source/filter/ww8/ww8struc.hxx
index eb6948c..285cec9 100644
--- a/sw/source/filter/ww8/ww8struc.hxx
+++ b/sw/source/filter/ww8/ww8struc.hxx
@@ -21,7 +21,6 @@
#define _WW8STRUC_HXX
#include <osl/endian.h>
-#include <tools/string.hxx>
#include "rtl/ustring.hxx"
#include <sal/config.h>
More information about the Libreoffice-commits
mailing list