summaryrefslogtreecommitdiff
path: root/sw/source/filter/writer
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-12-15 12:23:06 +0100
committerMiklos Vajna <vmiklos@collabora.com>2019-12-20 10:43:18 +0100
commita361f46bd506f23bfef2be95a8cdf5b0e1a9791f (patch)
tree3005a938cb9378daa504e3f60fc4132f3df3a711 /sw/source/filter/writer
parent0c595cff64674c868f38392b6e4511f8133ae1b1 (diff)
tdf#42949 Fix IWYU warnings in sw/source/filter/*/*cxx
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I87263017cb0802c9f5ca21d630bf3701b9c5e73a Reviewed-on: https://gerrit.libreoffice.org/85167 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sw/source/filter/writer')
-rw-r--r--sw/source/filter/writer/writer.cxx3
-rw-r--r--sw/source/filter/writer/wrt_fn.cxx1
-rw-r--r--sw/source/filter/writer/wrtswtbl.cxx1
3 files changed, 0 insertions, 5 deletions
diff --git a/sw/source/filter/writer/writer.cxx b/sw/source/filter/writer/writer.cxx
index fa56eb08f519..7214c84b3ca7 100644
--- a/sw/source/filter/writer/writer.cxx
+++ b/sw/source/filter/writer/writer.cxx
@@ -22,12 +22,9 @@
#include <sot/storage.hxx>
#include <sfx2/docfile.hxx>
-#include <svl/urihelper.hxx>
-#include <vcl/graphicfilter.hxx>
#include <tools/diagnose_ex.h>
#include <editeng/fontitem.hxx>
#include <editeng/eeitem.hxx>
-#include <sal/log.hxx>
#include <osl/diagnose.h>
#include <shellio.hxx>
#include <doc.hxx>
diff --git a/sw/source/filter/writer/wrt_fn.cxx b/sw/source/filter/writer/wrt_fn.cxx
index a881d5e8fd7d..800be2431cf2 100644
--- a/sw/source/filter/writer/wrt_fn.cxx
+++ b/sw/source/filter/writer/wrt_fn.cxx
@@ -27,7 +27,6 @@
#include <shellio.hxx>
#include <wrt_fn.hxx>
#include <node.hxx>
-#include <format.hxx>
Writer& Out( const SwAttrFnTab pTab, const SfxPoolItem& rHt, Writer & rWrt )
{
diff --git a/sw/source/filter/writer/wrtswtbl.cxx b/sw/source/filter/writer/wrtswtbl.cxx
index 08aec9208008..5135ee64ef58 100644
--- a/sw/source/filter/writer/wrtswtbl.cxx
+++ b/sw/source/filter/writer/wrtswtbl.cxx
@@ -30,7 +30,6 @@
#include <frmfmt.hxx>
#include <fmtfsize.hxx>
#include <fmtornt.hxx>
-#include <frmatr.hxx>
#include <htmltbl.hxx>
using ::editeng::SvxBorderLine;