summaryrefslogtreecommitdiff
path: root/reportdesign/IwyuFilter_reportdesign.yaml
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2020-05-01 23:04:37 +0200
committerMiklos Vajna <vmiklos@collabora.com>2020-05-05 09:27:33 +0200
commit0db4cc8e0910b7e09787b6f7a7ef3b124a2cbf57 (patch)
treed3d7fb6854296b4f01e96f26d22503d06147d2ac /reportdesign/IwyuFilter_reportdesign.yaml
parent778a81c114187b193140ebe816eec0805f40b6ab (diff)
tdf#42949 Fix IWYU warnings in reportdesign/*/*cxx
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Ica1a10a8f8fff7c3780adcc30b2c8d0e385b1326 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93307 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'reportdesign/IwyuFilter_reportdesign.yaml')
-rw-r--r--reportdesign/IwyuFilter_reportdesign.yaml29
1 files changed, 29 insertions, 0 deletions
diff --git a/reportdesign/IwyuFilter_reportdesign.yaml b/reportdesign/IwyuFilter_reportdesign.yaml
index b62ac641b545..14c071aa4e4a 100644
--- a/reportdesign/IwyuFilter_reportdesign.yaml
+++ b/reportdesign/IwyuFilter_reportdesign.yaml
@@ -4,3 +4,32 @@ blacklist:
reportdesign/inc/RptDef.hxx:
# Needed for macro define
- svx/fmglob.hxx
+ reportdesign/source/core/api/FormatCondition.cxx:
+ # Needed for COL_TRANSPARENT in REPORTCONTROLFORMAT_IMPL
+ - tools/color.hxx
+ reportdesign/source/core/api/FixedText.cxx:
+ # Needed for COL_TRANSPARENT in REPORTCONTROLFORMAT_IMPL
+ - tools/color.hxx
+ reportdesign/source/core/api/FormattedField.cxx:
+ # Needed for COL_TRANSPARENT in REPORTCONTROLFORMAT_IMPL
+ - tools/color.hxx
+ # Needed for template parameter
+ - com/sun/star/sdbc/XDataSource.hpp
+ reportdesign/source/filter/xml/dbloader2.cxx:
+ # Needed for template parameter
+ - com/sun/star/embed/XStorage.hpp
+ reportdesign/source/filter/xml/xmlControlProperty.cxx:
+ # Needed for rtl::math::round
+ - rtl/math.hxx
+ reportdesign/source/ui/inspection/metadata.cxx:
+ # Actually used
+ - com/sun/star/inspection/XPropertyHandler.hpp
+ reportdesign/source/ui/misc/statusbarcontroller.cxx:
+ # Needed for template parameter
+ - com/sun/star/awt/XWindow.hpp
+ reportdesign/source/ui/misc/RptUndo.cxx:
+ # Actually used
+ - com/sun/star/report/XSection.hpp
+ reportdesign/source/ui/report/ReportController.cxx:
+ # Needed for template parameter
+ - com/sun/star/ui/dialogs/XFilePicker3.hpp