From 162b729b05ea727d6191647605bbaaa9c8dab275 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Thu, 14 Jun 2018 21:56:01 +0200 Subject: tdf#42949 Fix IWYU warnings in chart2/source/inc/chartview/ Found with bin/find-unneeded-includes Only removal proposals are dealt with here. The fallout of this resulted in a lot of headers added back to chart2/inc/ChartView.hxx Change-Id: Ie0e3b156b8b9fa0ea7745ee8cf9d7dd0e942bf91 Reviewed-on: https://gerrit.libreoffice.org/55826 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- chart2/IwyuFilter_chart2.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'chart2/IwyuFilter_chart2.yaml') diff --git a/chart2/IwyuFilter_chart2.yaml b/chart2/IwyuFilter_chart2.yaml index 0283ca1619ea..8cf43a2fe5ae 100644 --- a/chart2/IwyuFilter_chart2.yaml +++ b/chart2/IwyuFilter_chart2.yaml @@ -30,6 +30,17 @@ blacklist: # base class has to be a complete type - com/sun/star/util/XModeChangeBroadcaster.hpp - com/sun/star/util/XUpdatable2.hpp + - com/sun/star/beans/XPropertySet.hpp + - com/sun/star/datatransfer/XTransferable.hpp + - com/sun/star/lang/XInitialization.hpp + - com/sun/star/lang/XMultiServiceFactory.hpp + - com/sun/star/lang/XServiceInfo.hpp + - com/sun/star/lang/XUnoTunnel.hpp + - com/sun/star/qa/XDumper.hpp + - com/sun/star/util/XModifyListener.hpp + chart2/source/inc/chartview/ExplicitValueProvider.hxx: + # base class has to be a complete type + - memory chart2/source/inc/BaseGFXHelper.hxx: # base class has to be a complete type - com/sun/star/awt/Rectangle.hpp -- cgit