summaryrefslogtreecommitdiff
path: root/sw/IwyuFilter_sw.yaml
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/IwyuFilter_sw.yaml
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/IwyuFilter_sw.yaml')
-rw-r--r--sw/IwyuFilter_sw.yaml18
1 files changed, 15 insertions, 3 deletions
diff --git a/sw/IwyuFilter_sw.yaml b/sw/IwyuFilter_sw.yaml
index c4e8143616d2..0fddc79cfd21 100644
--- a/sw/IwyuFilter_sw.yaml
+++ b/sw/IwyuFilter_sw.yaml
@@ -224,9 +224,6 @@ blacklist:
sw/inc/textboxhelper.hxx:
# used as a template parameter
- class SwFormatContent
- sw/qa/extras/rtfimport/rtfimport.cxx:
- # complete type is wanted
- - com/sun/star/text/XDocumentIndexMark.hpp
sw/qa/extras/rtfexport/rtfexport.cxx:
# complete type is wanted
- com/sun/star/awt/XBitmap.hpp
@@ -474,3 +471,18 @@ blacklist:
# Needed for macros to work
- editeng/unoprnms.hxx
- com/sun/star/lang/Locale.hpp
+ sw/source/core/swg/SwXMLBlockExport.cxx:
+ # Actually used
+ - com/sun/star/xml/sax/XDocumentHandler.hpp
+ sw/source/core/swg/SwXMLSectionList.cxx:
+ # Actually used
+ - vector
+ sw/source/core/SwNumberTree/SwNodeNum.cxx:
+ # Needed for TypedWhichId macro to work
+ - svl/intitem.hxx
+ sw/source/core/text/itratr.cxx:
+ # Needed for TypedWhichId macro to work
+ - editeng/rsiditem.hxx
+ sw/source/core/text/txtfrm.cxx:
+ # Needed for TypedWhichId macro to work
+ - editeng/rsiditem.hxx