summaryrefslogtreecommitdiff
path: root/chart2/IwyuFilter_chart2.yaml
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2018-09-11 19:10:32 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-09-12 09:43:41 +0200
commitec06ffdfd54b1f6997f905f9252cecabde3a1c5a (patch)
tree7c994d1def803bfe7f3909dba777475b018ff2b3 /chart2/IwyuFilter_chart2.yaml
parentd52c8fd4cc025ca9da474a20aa0f5514032273e2 (diff)
tdf#42949 Fix IWYU warnings in chart2/source/controller/[a,i,m,s]*/*hxx
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I5f445522e9a1ccd60555e992adf345b254b2ac83 Reviewed-on: https://gerrit.libreoffice.org/60335 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'chart2/IwyuFilter_chart2.yaml')
-rw-r--r--chart2/IwyuFilter_chart2.yaml47
1 files changed, 47 insertions, 0 deletions
diff --git a/chart2/IwyuFilter_chart2.yaml b/chart2/IwyuFilter_chart2.yaml
index f3899404d2c8..f95575b0282c 100644
--- a/chart2/IwyuFilter_chart2.yaml
+++ b/chart2/IwyuFilter_chart2.yaml
@@ -393,3 +393,50 @@ blacklist:
chart2/source/controller/inc/RangeSelectionHelper.hxx:
# base class has to be a complete type
- com/sun/star/uno/Sequence.h
+ chart2/source/controller/inc/RangeSelectionListener.hxx:
+ # base class has to be a complete type
+ - com/sun/star/sheet/XRangeSelectionListener.hpp
+ chart2/source/controller/accessibility/AccessibleChartShape.hxx:
+ # base class has to be a complete type
+ - AccessibleBase.hxx
+ - com/sun/star/accessibility/XAccessibleExtendedComponent.hpp
+ chart2/source/controller/accessibility/AccessibleChartElement.hxx:
+ # base class has to be a complete type
+ - AccessibleBase.hxx
+ - com/sun/star/accessibility/XAccessibleExtendedComponent.hpp
+ chart2/source/controller/main/ChartModelClone.hxx:
+ # Needed for implicit dtor
+ - com/sun/star/uno/Any.hxx
+ chart2/source/controller/main/ChartFrameloader.hxx:
+ # base class has to be a complete type
+ - com/sun/star/frame/XSynchronousFrameLoader.hpp
+ - com/sun/star/lang/XServiceInfo.hpp
+ chart2/source/controller/main/CommandDispatch.hxx:
+ # base class has to be a complete type
+ - com/sun/star/frame/XDispatch.hpp
+ - com/sun/star/util/XModifyListener.hpp
+ - comphelper/interfacecontainer2.hxx
+ chart2/source/controller/main/ControllerCommandDispatch.hxx:
+ # base class has to be a complete type
+ - CommandDispatch.hxx
+ - com/sun/star/view/XSelectionChangeListener.hpp
+ chart2/source/controller/main/ElementSelector.hxx:
+ # base class has to be a complete type
+ - com/sun/star/lang/XServiceInfo.hpp
+ chart2/source/controller/main/StatusBarCommandDispatch.hxx:
+ # base class has to be a complete type
+ - CommandDispatch.hxx
+ - com/sun/star/view/XSelectionChangeListener.hpp
+ chart2/source/controller/main/UndoActions.hxx:
+ # base class has to be a complete type
+ - com/sun/star/document/XUndoAction.hpp
+ chart2/source/controller/sidebar/Chart2PanelFactory.hxx:
+ # base class has to be a complete type
+ - com/sun/star/ui/XUIElementFactory.hpp
+ - com/sun/star/lang/XServiceInfo.hpp
+ chart2/source/controller/sidebar/ChartSidebarModifyListener.hxx:
+ # base class has to be a complete type
+ - com/sun/star/util/XModifyListener.hpp
+ chart2/source/controller/sidebar/ChartSidebarSelectionListener.hxx:
+ # base class has to be a complete type
+ - com/sun/star/view/XSelectionChangeListener.hpp