summaryrefslogtreecommitdiff
path: root/sw/source/filter
diff options
context:
space:
mode:
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>