summaryrefslogtreecommitdiff
path: root/chart2/IwyuFilter_chart2.yaml
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2018-05-22 19:24:29 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-06-01 11:47:09 +0200
commitbdf5a7b5792cc93cd0a8984cfd8528dfe67b3e70 (patch)
treea94efa304c6e6410c4dedf434d97b83480237459 /chart2/IwyuFilter_chart2.yaml
parent36ad2b13371a24d99dcec16a60b48d895e0228aa (diff)
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 <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'chart2/IwyuFilter_chart2.yaml')
-rw-r--r--chart2/IwyuFilter_chart2.yaml25
1 files changed, 25 insertions, 0 deletions
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