diff options
author | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2020-07-06 03:50:20 +0200 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2020-07-10 02:03:40 +0200 |
commit | c5b985bc9bd8d56fb012260cb1685a617261e7fc (patch) | |
tree | cff0e97b1fcd1e380236b1e2e2b203512df0109f /xmlhelp | |
parent | abb6c01519a0318d7165dc9dc5b7d185353f93d6 (diff) |
replace usage of blacklist with excludelist for IWYU
Background and motivation:
https://tools.ietf.org/html/draft-knodel-terminology-02
Change-Id: I2f22d455d2a936a85750eaab1fda215ebb6d9d48
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98182
Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'xmlhelp')
-rw-r--r-- | xmlhelp/IwyuFilter_xmlhelp.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlhelp/IwyuFilter_xmlhelp.yaml b/xmlhelp/IwyuFilter_xmlhelp.yaml index 1430d6a09245..a4c4ad7ac928 100644 --- a/xmlhelp/IwyuFilter_xmlhelp.yaml +++ b/xmlhelp/IwyuFilter_xmlhelp.yaml @@ -1,6 +1,6 @@ --- assumeFilename: xmlhelp/source/cxxhelp/provider/content.cxx -blacklist: +excludelist: xmlhelp/source/cxxhelp/provider/content.cxx: # Needed for CPPU_TYPE_REF macro - com/sun/star/ucb/XCommandInfo.hpp |