summaryrefslogtreecommitdiffstats
path: root/chart2/source/model/template/ChartTypeTemplate.cxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2018-10-07 09:28:37 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-10-08 14:00:17 +0200
commit60706b01d18f5c8ff52aff73a2032f641873533c (patch)
tree44707846a08665f6e588be98d75722c0ae40ed16 /chart2/source/model/template/ChartTypeTemplate.cxx
parentFix typo (diff)
downloadcore-60706b01d18f5c8ff52aff73a2032f641873533c.tar.gz
core-60706b01d18f5c8ff52aff73a2032f641873533c.zip
tdf#42949 Fix IWYU warnings in chart2/source/model/*cxx
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Ic4fdbad7469d506d7cf308cb96f069b781dd1f58 Reviewed-on: https://gerrit.libreoffice.org/61488 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'chart2/source/model/template/ChartTypeTemplate.cxx')
-rw-r--r--chart2/source/model/template/ChartTypeTemplate.cxx8
1 files changed, 1 insertions, 7 deletions
diff --git a/chart2/source/model/template/ChartTypeTemplate.cxx b/chart2/source/model/template/ChartTypeTemplate.cxx
index 5577176821c5..4d039476f473 100644
--- a/chart2/source/model/template/ChartTypeTemplate.cxx
+++ b/chart2/source/model/template/ChartTypeTemplate.cxx
@@ -18,22 +18,16 @@
*/
#include "ChartTypeTemplate.hxx"
-#include <PropertyHelper.hxx>
-#include <DataSeriesHelper.hxx>
#include "DataInterpreter.hxx"
#include <CommonConverters.hxx>
#include <ChartTypeHelper.hxx>
-#include <CartesianCoordinateSystem.hxx>
#include <AxisHelper.hxx>
-#include <LegendHelper.hxx>
#include <DiagramHelper.hxx>
#include <AxisIndexDefines.hxx>
#include <unonames.hxx>
-#include <cppuhelper/component_context.hxx>
#include <com/sun/star/uno/XComponentContext.hpp>
-#include <com/sun/star/chart/ChartSolidType.hpp>
#include <com/sun/star/chart2/AxisType.hpp>
#include <com/sun/star/chart2/StackingDirection.hpp>
#include <com/sun/star/chart2/XDataSeriesContainer.hpp>
@@ -41,9 +35,9 @@
#include <com/sun/star/chart2/XCoordinateSystemContainer.hpp>
#include <tools/diagnose_ex.h>
#include <comphelper/property.hxx>
+#include <comphelper/sequence.hxx>
#include <algorithm>
-#include <iterator>
using namespace ::com::sun::star;
using namespace ::com::sun::star::chart2;