summaryrefslogtreecommitdiffstats
path: root/chart2/IwyuFilter_chart2.yaml
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2018-11-30 01:31:19 +0100
committerMiklos Vajna <vmiklos@collabora.com>2018-12-14 09:39:29 +0100
commit117d91cfb4a11b9fc71ca58fc60345c6b05dd5aa (patch)
tree47c899b06cf1321bd47267f8baa70074c7776ec2 /chart2/IwyuFilter_chart2.yaml
parentRemoved executable permission on .cxx file (diff)
downloadcore-117d91cfb4a11b9fc71ca58fc60345c6b05dd5aa.tar.gz
core-117d91cfb4a11b9fc71ca58fc60345c6b05dd5aa.zip
tdf#42949 Fix IWYU warnings in chart2/source/controller/*/cxx (1)
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Cleaned directories are: accessibility, drawinglayer, itemsetwrapper, main, sidebar Change-Id: I612eae9dec636d57a3a3a00102d74b964da5b54c Reviewed-on: https://gerrit.libreoffice.org/64307 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'chart2/IwyuFilter_chart2.yaml')
-rw-r--r--chart2/IwyuFilter_chart2.yaml19
1 files changed, 19 insertions, 0 deletions
diff --git a/chart2/IwyuFilter_chart2.yaml b/chart2/IwyuFilter_chart2.yaml
index 9349a4baa55a..f1e252485512 100644
--- a/chart2/IwyuFilter_chart2.yaml
+++ b/chart2/IwyuFilter_chart2.yaml
@@ -441,6 +441,9 @@ blacklist:
chart2/source/controller/inc/RangeSelectionListener.hxx:
# base class has to be a complete type
- com/sun/star/sheet/XRangeSelectionListener.hpp
+ chart2/source/controller/accessibility/AccessibleBase.cxx:
+ # Needed for template
+ - com/sun/star/chart2/XChartDocument.hpp
chart2/source/controller/accessibility/AccessibleChartShape.hxx:
# base class has to be a complete type
- AccessibleBase.hxx
@@ -475,6 +478,18 @@ blacklist:
# base class has to be a complete type
- CommandDispatch.hxx
- com/sun/star/view/XSelectionChangeListener.hpp
+ chart2/source/controller/main/ChartController_EditData.cxx:
+ # Needed for member access
+ - ChartWindow.hxx
+ chart2/source/controller/main/ChartController_Position.cxx:
+ # Needed for member access
+ - ChartWindow.hxx
+ chart2/source/controller/main/ChartController_Properties.cxx:
+ # Needed for member access
+ - ChartWindow.hxx
+ chart2/source/controller/main/ChartController_Tools.cxx:
+ # Needed for template
+ - com/sun/star/graphic/XGraphic.hpp
chart2/source/controller/main/UndoActions.hxx:
# base class has to be a complete type
- com/sun/star/document/XUndoAction.hpp
@@ -594,3 +609,7 @@ blacklist:
chart2/source/controller/chartapiwrapper/WrappedStockProperties.hxx:
# Needed for css namespace shortcut
- sal/types.h
+ chart2/source/controller/itemsetwrapper/MultipleChartConverters.cxx:
+ # Needed for compound type declaration
+ - com/sun/star/chart2/XAxis.hpp
+