summaryrefslogtreecommitdiff
path: root/sw/source/core/txtnode/thints.cxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-11-20 01:06:52 +0100
committerMiklos Vajna <vmiklos@collabora.com>2019-12-02 14:03:51 +0100
commit42c81ea2f837940085552ebcf2a385eb23d5fd89 (patch)
tree4b83d581639d0a83f5585ac07142c11a877a3b3d /sw/source/core/txtnode/thints.cxx
parentc5f8cca27aedff9a936cdbd3e0d258f0bbf3f146 (diff)
tdf#42949 Fix IWYU warnings in sw/source/core/[o-t]*/*cxx
Also drop a duplicated blacklist rule found with: grep :$ sw/IwyuFilter_sw.yaml | sort | uniq -cd Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Ied72f3f086ed4c1eb7ff4bcdbcf8aee73ddd4f7c Reviewed-on: https://gerrit.libreoffice.org/83250 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sw/source/core/txtnode/thints.cxx')
-rw-r--r--sw/source/core/txtnode/thints.cxx10
1 files changed, 1 insertions, 9 deletions
diff --git a/sw/source/core/txtnode/thints.cxx b/sw/source/core/txtnode/thints.cxx
index f6c0b771b52a..70ee13a679a9 100644
--- a/sw/source/core/txtnode/thints.cxx
+++ b/sw/source/core/txtnode/thints.cxx
@@ -20,19 +20,14 @@
#include <sal/config.h>
#include <sal/log.hxx>
-#include <DocumentSettingManager.hxx>
#include <DocumentContentOperationsManager.hxx>
#include <hintids.hxx>
#include <editeng/xmlcnitm.hxx>
#include <editeng/rsiditem.hxx>
#include <svl/whiter.hxx>
#include <svl/itemiter.hxx>
-#include <svl/stylepool.hxx>
-#include <editeng/fontitem.hxx>
+#include <editeng/charhiddenitem.hxx>
#include <editeng/langitem.hxx>
-#include <editeng/emphasismarkitem.hxx>
-#include <editeng/charscaleitem.hxx>
-#include <editeng/charrotateitem.hxx>
#include <editeng/lrspitem.hxx>
#include <txtinet.hxx>
#include <txtflcnt.hxx>
@@ -50,7 +45,6 @@
#include <txtftn.hxx>
#include <txtfld.hxx>
#include <txtannotationfld.hxx>
-#include <charatr.hxx>
#include <charfmt.hxx>
#include <frmfmt.hxx>
#include <ftnidx.hxx>
@@ -73,9 +67,7 @@
#include <expfld.hxx>
#include <usrfld.hxx>
#include <poolfmt.hxx>
-#include <swfont.hxx>
#include <istyleaccess.hxx>
-#include <dcontact.hxx>
#include <docsh.hxx>
#include <algorithm>
#include <map>