From 0554e74260ee684d0859d655e42da8ad6eefd4a9 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Mon, 28 May 2018 20:58:09 +0200 Subject: tdf#42949 Fix IWYU warnings in chart2/source/controller/inc/[I-V]* Found with bin/find-unneeded-includes Only removal proposals are dealt with here. A bit of fallout management as well. Change-Id: Ie058eac6608d7c6dc2cfb29f1081b6684a4412ac Reviewed-on: https://gerrit.libreoffice.org/55541 Tested-by: Jenkins Reviewed-by: Jochen Nitschke --- chart2/IwyuFilter_chart2.yaml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'chart2/IwyuFilter_chart2.yaml') diff --git a/chart2/IwyuFilter_chart2.yaml b/chart2/IwyuFilter_chart2.yaml index 1fcf186531a9..17a1f840b677 100644 --- a/chart2/IwyuFilter_chart2.yaml +++ b/chart2/IwyuFilter_chart2.yaml @@ -317,3 +317,9 @@ blacklist: - com/sun/star/frame/XLayoutManagerListener.hpp - com/sun/star/ui/XContextMenuInterception.hpp - com/sun/star/util/XModeChangeListener.hpp + chart2/source/controller/inc/ItemPropertyMap.hxx: + # base class has to be a complete type + - map + chart2/source/controller/inc/RangeSelectionHelper.hxx: + # base class has to be a complete type + - com/sun/star/uno/Sequence.h -- cgit