summaryrefslogtreecommitdiff
path: root/sd/IwyuFilter_sd.yaml
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-09-19 17:45:19 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-09-26 10:54:22 +0200
commit357fff1574ef29732b8a5209af97d9d026ccc650 (patch)
tree03e650511e6c0ddc9ee58ebcd5f8215e08f13815 /sd/IwyuFilter_sd.yaml
parent64af348a12c1892356c99d696246f4c5ccaad7f4 (diff)
tdf#42949 Fix IWYU warnings in sd/
Recheck sd/ after recent refactorings and developments Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I6f0fd19c52889cbd85b387183e2136bca4a1eeca Reviewed-on: https://gerrit.libreoffice.org/79218 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sd/IwyuFilter_sd.yaml')
-rw-r--r--sd/IwyuFilter_sd.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/sd/IwyuFilter_sd.yaml b/sd/IwyuFilter_sd.yaml
index cf0361f74de5..b5b715e0214e 100644
--- a/sd/IwyuFilter_sd.yaml
+++ b/sd/IwyuFilter_sd.yaml
@@ -97,6 +97,9 @@ blacklist:
# Needed on MACOSX
- svl/intitem.hxx
- app.hrc
+ sd/source/ui/dlg/sdtreelb.cxx:
+ # comphelper::ScopeGuard is actually used
+ - comphelper/scopeguard.hxx
sd/source/ui/framework/configuration/ConfigurationTracer.hxx:
# Needed for css shortcut
- sal/types.h
@@ -339,6 +342,11 @@ blacklist:
sd/source/core/stlsheet.cxx:
# Needed for UnoType
- com/sun/star/table/BorderLine.hpp
+ # Needed for TypedWhichId macros
+ - svx/sdtaaitm.hxx
+ - svx/sdtacitm.hxx
+ - svx/sdtayitm.hxx
+ - svx/sdtaiitm.hxx
sd/source/core/typemap.cxx:
# Needed by sdslots.hxx to build
- config_options.h
@@ -385,6 +393,7 @@ blacklist:
- svx/sdooitm.hxx
- svx/sdprcitm.hxx
- svx/sdtfsitm.hxx
+ - svx/unomid.hxx
- svx/xbtmpit.hxx
- svx/xfillit0.hxx
- svx/xflclit.hxx
@@ -443,6 +452,8 @@ blacklist:
sd/source/ui/framework/configuration/ConfigurationUpdater.cxx:
# Needed for DEBUG_SD_CONFIGURATION_TRACE
- ConfigurationTracer.hxx
+ # comphelper::ScopeGuard is actually used
+ - comphelper/scopeguard.hxx
sd/source/ui/framework/configuration/ResourceFactoryManager.cxx:
# Needed for VERBOSE mode
- sal/log.hxx