summaryrefslogtreecommitdiff
path: root/svl/IwyuFilter_svl.yaml
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2020-11-29 22:26:58 +0100
committerMiklos Vajna <vmiklos@collabora.com>2020-12-01 14:56:43 +0100
commit107399d684bae9e58f5e4020f15eb8a689f1db82 (patch)
treed4acfa1fab53bf624a245f893fcca6221b56230c /svl/IwyuFilter_svl.yaml
parent9c94bae963ef5019f6ca0394d076b1288969aa53 (diff)
tdf#42949 Fix new IWYU warnings in directories s*
Except recently checked sc, sd, svx, sw Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Ice1b86628e4f22a39f307b9c5fa567b6ab9d5acb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106917 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'svl/IwyuFilter_svl.yaml')
-rw-r--r--svl/IwyuFilter_svl.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/svl/IwyuFilter_svl.yaml b/svl/IwyuFilter_svl.yaml
index c2048dcc4c1b..e942fcb6de60 100644
--- a/svl/IwyuFilter_svl.yaml
+++ b/svl/IwyuFilter_svl.yaml
@@ -23,6 +23,15 @@ excludelist:
- com/sun/star/task/XPasswordContainer2.hpp
- com/sun/star/lang/XServiceInfo.hpp
- com/sun/star/lang/XEventListener.hpp
+ svl/qa/unit/items/stylepool.cxx:
+ # Needed for system-cppunit
+ - unotest/bootstrapfixturebase.hxx
+ svl/qa/unit/lockfiles/test_lockfiles.cxx:
+ # Required in C++20 mode.
+ - o3tl/cppunittraitshelper.hxx
+ svl/qa/unit/test_lngmisc.cxx:
+ # Required in C++20 mode.
+ - o3tl/cppunittraitshelper.hxx
svl/source/crypto/cryptosign.cxx:
# Needed on WIN32
- o3tl/char16_t2wchar_t.hxx