summaryrefslogtreecommitdiff
path: root/xmloff/IwyuFilter_xmloff.yaml
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-09-07 15:09:44 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-09-24 14:39:20 +0200
commit6b82bbd9e7c3aab343c5e7e9e3fb0bcfc70e2cb7 (patch)
treed59da099ebf1b8871cb8700492b6952f5d611b2e /xmloff/IwyuFilter_xmloff.yaml
parent41d0f5540208f7b86c91804631a141380c397a57 (diff)
tdf#42949 Fix IWYU warnings in xmloff/source/*/*hxx
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Iaad32419c49406a11f7cfb5856b33539d2a2894b Reviewed-on: https://gerrit.libreoffice.org/79077 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'xmloff/IwyuFilter_xmloff.yaml')
-rw-r--r--xmloff/IwyuFilter_xmloff.yaml23
1 files changed, 23 insertions, 0 deletions
diff --git a/xmloff/IwyuFilter_xmloff.yaml b/xmloff/IwyuFilter_xmloff.yaml
index 51d2715014db..c9ecaf5bef5e 100644
--- a/xmloff/IwyuFilter_xmloff.yaml
+++ b/xmloff/IwyuFilter_xmloff.yaml
@@ -7,3 +7,26 @@ blacklist:
xmloff/inc/XMLTextColumnsExport.hxx:
# Needed for css shortcut
- sal/types.h
+ xmloff/source/chart/PropertyMap.hxx:
+ # Needed for constants used in arrays
+ - xmloff/maptype.hxx
+ - xmloff/xmlnmspe.hxx
+ - xmloff/xmlement.hxx
+ - com/sun/star/chart/ChartAxisArrangeOrderType.hpp
+ - com/sun/star/chart/ChartAxisLabelPosition.hpp
+ - com/sun/star/chart/ChartAxisMarkPosition.hpp
+ - com/sun/star/chart/ErrorBarStyle.hpp
+ - com/sun/star/chart/ChartSolidType.hpp
+ - com/sun/star/chart/ChartDataRowSource.hpp
+ - com/sun/star/chart/DataLabelPlacement.hpp
+ - com/sun/star/chart/MissingValueTreatment.hpp
+ xmloff/source/forms/logging.hxx:
+ # Used after #ifdef TIMELOG
+ - stack
+ - sal/types.h
+ xmloff/source/forms/propertyexport.hxx:
+ # Used after #ifdef in non-DBG_UTIL builds
+ - xmloff/xmlexp.hxx
+ xmloff/source/xforms/XFormsModelExport.hxx:
+ # Needed for css shortcut
+ - sal/types.h