From e4cf86398a24d454f5fba4a7400410689aeefb92 Mon Sep 17 00:00:00 2001 From: Bjoern Michaelsen Date: Thu, 19 Sep 2019 15:51:59 +0200 Subject: no more SwClient/SwModify in sw/source/filter/{ww8,xml} MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ia09e84195811c6548bc6cbafc4145ce04537ec91 Reviewed-on: https://gerrit.libreoffice.org/79185 Tested-by: Jenkins Reviewed-by: Björn Michaelsen --- sw/source/filter/ww8/ww8atr.cxx | 1 - sw/source/filter/xml/xmltexti.cxx | 1 - 2 files changed, 2 deletions(-) diff --git a/sw/source/filter/ww8/ww8atr.cxx b/sw/source/filter/ww8/ww8atr.cxx index 6aa988a4caa1..60de4f0df789 100644 --- a/sw/source/filter/ww8/ww8atr.cxx +++ b/sw/source/filter/ww8/ww8atr.cxx @@ -141,7 +141,6 @@ #include #include #include -#include using ::editeng::SvxBorderLine; diff --git a/sw/source/filter/xml/xmltexti.cxx b/sw/source/filter/xml/xmltexti.cxx index 71a35ddbcc8b..9d8fe1fdcd52 100644 --- a/sw/source/filter/xml/xmltexti.cxx +++ b/sw/source/filter/xml/xmltexti.cxx @@ -55,7 +55,6 @@ #include #include #include -#include #include #include #include -- cgit