summaryrefslogtreecommitdiff
path: root/chart2/IwyuFilter_chart2.yaml
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2018-10-08 01:04:52 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-10-09 12:34:54 +0200
commit6b74c41a31fbff26606f69c90b979326d4133dc3 (patch)
tree19b3934f7487774c3b203e2b312f0aacd5f7b67b /chart2/IwyuFilter_chart2.yaml
parentef0c0dfd77f3012fc487a8a3f5e70187bdcc1347 (diff)
tdf#42949 Fix IWYU warnings in chart2/source/tools/*cxx
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I804895a4dd2d98707f0d1bbbc9bb78782b07a397 Reviewed-on: https://gerrit.libreoffice.org/61505 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'chart2/IwyuFilter_chart2.yaml')
-rw-r--r--chart2/IwyuFilter_chart2.yaml31
1 files changed, 27 insertions, 4 deletions
diff --git a/chart2/IwyuFilter_chart2.yaml b/chart2/IwyuFilter_chart2.yaml
index 61da70d93294..2fe87e01a76a 100644
--- a/chart2/IwyuFilter_chart2.yaml
+++ b/chart2/IwyuFilter_chart2.yaml
@@ -292,10 +292,24 @@ blacklist:
- com/sun/star/util/XCloneable.hpp
- com/sun/star/util/XModifyBroadcaster.hpp
- com/sun/star/util/XModifyListener.hpp
- chart2/source/tools/ImplOPropertySet.hxx:
- # base class has to be a complete type
- - com/sun/star/beans/PropertyState.hpp
- - com/sun/star/uno/Sequence.hxx
+ chart2/source/tools/ImplOPropertySet.cxx:
+ # Needed for template
+ - com/sun/star/style/XStyle.hpp
+ chart2/source/tools/LinePropertiesHelper.cxx:
+ # Needed for template
+ - com/sun/star/drawing/LineDash.hpp
+ chart2/source/tools/LifeTime.cxx:
+ # Has to be complete type
+ - com/sun/star/util/CloseVetoException.hpp
+ chart2/source/tools/MediaDescriptorHelper.cxx:
+ # Needed for template
+ - com/sun/star/embed/XStorage.hpp
+ chart2/source/tools/ObjectIdentifier.cxx:
+ # Needed for template
+ - com/sun/star/drawing/XShape.hpp
+ chart2/source/tools/RangeHighlighter.cxx:
+ # Needed for template
+ - com/sun/star/drawing/XShape.hpp
chart2/source/tools/RegressionEquation.hxx:
# base class has to be a complete type
- com/sun/star/chart2/XTitle.hpp
@@ -303,6 +317,15 @@ blacklist:
- com/sun/star/util/XCloneable.hpp
- com/sun/star/util/XModifyBroadcaster.hpp
- com/sun/star/util/XModifyListener.hpp
+ chart2/source/tools/RegressionEquation.cxx:
+ # Needed for template
+ - com/sun/star/awt/Size.hpp
+ - com/sun/star/chart2/RelativePosition.hpp
+ chart2/source/tools/UserDefinedProperties.cxx:
+ # Needs a complete type
+ - com/sun/star/beans/Property.hpp
+ # Needed for template
+ - com/sun/star/container/XNameContainer.hpp
chart2/source/view/inc/3DChartObjects.hxx:
# base class has to be a complete type
- boost/shared_array.hpp