summaryrefslogtreecommitdiff
path: root/sw/source/filter
diff options
context:
space:
mode:
authorChr. Rossmanith <ChrRossmanith@gmx.de>2013-10-12 21:09:38 +0200
committerCaolán McNamara <caolanm@redhat.com>2013-10-14 11:42:47 +0000
commit349af6ea58ba4e2df4a1732d941acd4098c7bd87 (patch)
tree98f234d25d367ff09c46f5c8844957cd8f6eedac /sw/source/filter
parent17760f023d3e2e8e012ddd7b1427dffff0063229 (diff)
don't include unused tools/string.hxx
Change-Id: Ia7ac4594c1b9cb853b5f8f5bf76864703376710e Reviewed-on: https://gerrit.libreoffice.org/6236 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/source/filter')
-rw-r--r--sw/source/filter/ww8/styles.cxx3
-rw-r--r--sw/source/filter/ww8/ww8par.hxx1
2 files changed, 1 insertions, 3 deletions
diff --git a/sw/source/filter/ww8/styles.cxx b/sw/source/filter/ww8/styles.cxx
index b3fce4839b03..8bcec465bc1a 100644
--- a/sw/source/filter/ww8/styles.cxx
+++ b/sw/source/filter/ww8/styles.cxx
@@ -22,8 +22,7 @@
#include <functional> //std::unary_function
#include <algorithm> //std::find_if
-#include <tools/string.hxx> //do we have to...
-
+#include "rtl/ustring.hxx"
#include "staticassert.hxx" //StaticAssert
namespace
diff --git a/sw/source/filter/ww8/ww8par.hxx b/sw/source/filter/ww8/ww8par.hxx
index 38d8d5377442..8deec2968f32 100644
--- a/sw/source/filter/ww8/ww8par.hxx
+++ b/sw/source/filter/ww8/ww8par.hxx
@@ -20,7 +20,6 @@
#ifndef _WW8PAR_HXX
#define _WW8PAR_HXX
-#include <tools/string.hxx>
#include "rtl/ustring.hxx"
#include <filter/msfilter/msdffimp.hxx>
#include <filter/msfilter/util.hxx>