office-gobmx/xmloff/IwyuFilter_xmloff.yaml
Gabor Kelemen 86f42c08c1 tdf#42949 Fix IWYU warnings in xmloff/source/[s-x]*/*cxx
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.

Change-Id: I986ba9f661854d1b5fafc337ec109b0ee558a86a
Reviewed-on: https://gerrit.libreoffice.org/79904
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2019-10-02 11:06:09 +02:00

44 lines
1.5 KiB
YAML

---
assumeFilename: xmloff/source/core/xmlexp.cxx
blacklist:
xmloff/inc/XMLImageMapExport.hxx:
# Needed for css shortcut
- sal/types.h
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
xmloff/source/core/fasttokenhandler.cxx:
# Needed for special array initialization
- tokennames.inc
xmloff/source/draw/sdpropls.cxx:
# Needed for extern type definitions at linking time
- enummaps.hxx
xmloff/source/meta/MetaExportComponent.cxx:
# Needed for direct member access
- com/sun/star/frame/XModel.hpp
xmloff/source/text/txtprmap.cxx:
# Needed for constructors parameter
- rtl/ref.hxx