summaryrefslogtreecommitdiff
path: root/chart2/source/tools/DataSeriesHelper.cxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2022-04-17 23:02:33 +0200
committerThorsten Behrens <thorsten.behrens@allotropia.de>2022-04-23 16:33:58 +0200
commitfef939d8ffd17abdb108a5e5635790a862018c2d (patch)
tree2302883339a23dad6db3ed895745130cdedea5ab /chart2/source/tools/DataSeriesHelper.cxx
parent9c4d3188bb34c24f611bd4d5e94376d4734dd8c3 (diff)
Recheck module chart2 with IWYU
See tdf#42949 for motivation Change-Id: Id4cdca3eed8618c289f30913d506f8f2bd46f0bb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133112 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Diffstat (limited to 'chart2/source/tools/DataSeriesHelper.cxx')
-rw-r--r--chart2/source/tools/DataSeriesHelper.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/chart2/source/tools/DataSeriesHelper.cxx b/chart2/source/tools/DataSeriesHelper.cxx
index 5ae4d3e0ab4f..bff4032f16d3 100644
--- a/chart2/source/tools/DataSeriesHelper.cxx
+++ b/chart2/source/tools/DataSeriesHelper.cxx
@@ -24,7 +24,6 @@
#include <unonames.hxx>
#include <Diagram.hxx>
#include <BaseCoordinateSystem.hxx>
-#include <LabeledDataSequence.hxx>
#include <Axis.hxx>
#include <com/sun/star/beans/XPropertySet.hpp>
@@ -38,9 +37,6 @@
#include <com/sun/star/chart2/XDiagram.hpp>
#include <com/sun/star/drawing/LineStyle.hpp>
-#include <com/sun/star/chart2/XCoordinateSystemContainer.hpp>
-#include <com/sun/star/chart2/XChartTypeContainer.hpp>
-#include <com/sun/star/chart2/XDataSeriesContainer.hpp>
#include <comphelper/sequence.hxx>
#include <rtl/ustrbuf.hxx>
#include <tools/diagnose_ex.h>