From 0554e74260ee684d0859d655e42da8ad6eefd4a9 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Mon, 28 May 2018 20:58:09 +0200 Subject: tdf#42949 Fix IWYU warnings in chart2/source/controller/inc/[I-V]* Found with bin/find-unneeded-includes Only removal proposals are dealt with here. A bit of fallout management as well. Change-Id: Ie058eac6608d7c6dc2cfb29f1081b6684a4412ac Reviewed-on: https://gerrit.libreoffice.org/55541 Tested-by: Jenkins Reviewed-by: Jochen Nitschke --- chart2/source/controller/inc/RangeSelectionHelper.hxx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'chart2/source/controller/inc/RangeSelectionHelper.hxx') diff --git a/chart2/source/controller/inc/RangeSelectionHelper.hxx b/chart2/source/controller/inc/RangeSelectionHelper.hxx index 0b2ab7153e52..e1f69777b6c9 100644 --- a/chart2/source/controller/inc/RangeSelectionHelper.hxx +++ b/chart2/source/controller/inc/RangeSelectionHelper.hxx @@ -19,14 +19,17 @@ #ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_INC_RANGESELECTIONHELPER_HXX #define INCLUDED_CHART2_SOURCE_CONTROLLER_INC_RANGESELECTIONHELPER_HXX -#include -#include +#include +#include +#include + +namespace com { namespace sun { namespace star { namespace beans { struct PropertyValue; } } } } +namespace com { namespace sun { namespace star { namespace chart2 { class XChartDocument; } } } } namespace com { namespace sun { namespace star { namespace sheet{ class XRangeSelection; class XRangeSelectionListener; - class XCellRangesAccess; } }}} -- cgit