summaryrefslogtreecommitdiffstats
path: root/configmgr/IwyuFilter_configmgr.yaml
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-05-09 00:52:41 +0200
committerStephan Bergmann <sbergman@redhat.com>2019-07-17 13:58:57 +0200
commit7ec4f191fd454bbbad830df2229578c9ae7a77df (patch)
treea35949be62df35021373ad03cd0b36ecfd627c10 /configmgr/IwyuFilter_configmgr.yaml
parenttdf#123627 DOCX import: fix relative hyperlinks to documents (diff)
downloadcore-7ec4f191fd454bbbad830df2229578c9ae7a77df.tar.gz
core-7ec4f191fd454bbbad830df2229578c9ae7a77df.zip
tdf#42949 Fix IWYU warnings in configmgr/*
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Iee703bad69bc3c47dc5960e560187ab1d1d9ff29 Reviewed-on: https://gerrit.libreoffice.org/72023 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'configmgr/IwyuFilter_configmgr.yaml')
-rw-r--r--configmgr/IwyuFilter_configmgr.yaml15
1 files changed, 15 insertions, 0 deletions
diff --git a/configmgr/IwyuFilter_configmgr.yaml b/configmgr/IwyuFilter_configmgr.yaml
new file mode 100644
index 000000000000..7ad9698c022f
--- /dev/null
+++ b/configmgr/IwyuFilter_configmgr.yaml
@@ -0,0 +1,15 @@
+---
+assumeFilename: configmgr/source/access.cxx
+blacklist:
+ configmgr/source/nodemap.hxx:
+ # Needed for direct member access
+ - node.hxx
+ configmgr/source/type.hxx:
+ # Needed for css shortcut
+ - sal/types.h
+ configmgr/source/access.cxx:
+ # Safer to keep for use in cppu:UnoType template
+ - com/sun/star/uno/XWeak.hpp
+ configmgr/source/dconf.cxx:
+ # Generic wrapper for dconf
+ - dconf/dconf.h