summaryrefslogtreecommitdiff
path: root/sw/IwyuFilter_sw.yaml
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-10-29 12:11:35 +0100
committerMiklos Vajna <vmiklos@collabora.com>2019-11-05 08:40:15 +0100
commitee909ca2c02f949605f68720c3f1eef658502749 (patch)
treedbbb17190d41ef3e59e307032848f0f3604650f6 /sw/IwyuFilter_sw.yaml
parentf6e7683847e5c959948b55c35bc916c69beb615e (diff)
tdf#42949 Fix IWYU warnings in sw/source/core/d*/*cxx
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Id33b8c1e0c02c21591b167a8b3f0ea288fac63bd Reviewed-on: https://gerrit.libreoffice.org/81689 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sw/IwyuFilter_sw.yaml')
-rw-r--r--sw/IwyuFilter_sw.yaml15
1 files changed, 15 insertions, 0 deletions
diff --git a/sw/IwyuFilter_sw.yaml b/sw/IwyuFilter_sw.yaml
index 4f9c0b3b3961..e1b03eb15d62 100644
--- a/sw/IwyuFilter_sw.yaml
+++ b/sw/IwyuFilter_sw.yaml
@@ -441,6 +441,18 @@ blacklist:
- osl/endian.h
sw/qa/extras/layout/layout.cxx:
- comphelper/scopeguard.hxx
+ sw/source/core/doc/DocumentFieldsManager.cxx:
+ # Actually used
+ - comphelper/scopeguard.hxx
+ sw/source/core/doc/docbm.cxx:
+ # Needed for implicit dtor SwHistoryTextFieldmark
+ - rolbck.hxx
+ sw/source/core/doc/docredln.cxx:
+ # Needed for linker visibility of sw_DebugRedline
+ - docredln.hxx
+ sw/source/core/docnode/threadmanager.cxx:
+ # Actually used
+ - com/sun/star/util/XJobManager.hpp
sw/source/filter/html/htmlreqifreader.cxx:
- comphelper/scopeguard.hxx
sw/source/uibase/sidebar/PageMarginUtils.hxx:
@@ -449,3 +461,6 @@ blacklist:
sw/source/core/crsr/paminit.cxx:
# Needed for linker visibility of extern functions
- cshtyp.hxx
+ sw/source/core/undo/untbl.cxx:
+ # Needed for linker visibility of sw_DebugRedline
+ - docredln.hxx