From bdf5a7b5792cc93cd0a8984cfd8528dfe67b3e70 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Tue, 22 May 2018 19:24:29 +0200 Subject: tdf#42949 Fix IWYU warnings in chart2/source/view/inc/ Found with bin/find-unneeded-includes Only removal proposals are dealt with here and a bit of fallout management. Change-Id: I1eb30323e083afca7c024d494856ccc66c41482d Reviewed-on: https://gerrit.libreoffice.org/55037 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- chart2/IwyuFilter_chart2.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'chart2/IwyuFilter_chart2.yaml') diff --git a/chart2/IwyuFilter_chart2.yaml b/chart2/IwyuFilter_chart2.yaml index f826ca6128ac..622c3fdb0e93 100644 --- a/chart2/IwyuFilter_chart2.yaml +++ b/chart2/IwyuFilter_chart2.yaml @@ -231,3 +231,28 @@ blacklist: - com/sun/star/io/XActiveDataSource.hpp - com/sun/star/lang/XMultiServiceFactory.hpp - com/sun/star/lang/XServiceInfo.hpp + chart2/source/view/inc/3DChartObjects.hxx: + # base class has to be a complete type + - boost/shared_array.hpp + - map + chart2/source/view/inc/Linear3DTransformation.hxx: + # base class has to be a complete type + - com/sun/star/chart2/XTransformation.hpp + chart2/source/view/inc/GL3DRenderer.hxx: + # base class has to be a complete type + - boost/shared_array.hpp + - map + - vector + chart2/source/view/inc/GL3DBarChart.hxx: + # base class has to be a complete type + - deque + - memory + - vector + - GL3DPlotterBase.hxx + - vcl/idle.hxx + chart2/source/view/inc/VLineProperties.hxx: + # base class has to be a complete type + - com/sun/star/uno/Reference.h + chart2/source/view/inc/VPolarTransformation.hxx: + # base class has to be a complete type + - com/sun/star/chart2/XTransformation.hpp -- cgit