summaryrefslogtreecommitdiffstats
path: root/chart2/source/model/template/ChartTypeTemplate.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2023-03-16 08:51:23 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2023-03-19 12:55:30 +0000
commitfd299d209d82495eb6528fb444e0b68f41c8ae0d (patch)
tree1f68b26f956e4b43419e76183a4fcf4cae9cb538 /chart2/source/model/template/ChartTypeTemplate.cxx
parenttdf#114441 - Convert use of sal_uLong to better integer types. (diff)
downloadcore-fd299d209d82495eb6528fb444e0b68f41c8ae0d.tar.gz
core-fd299d209d82495eb6528fb444e0b68f41c8ae0d.zip
move getDataSeries inside chart2::Diagram
Change-Id: Ie60d288dba9c8d006de03c80d3cfc7bf8f108782 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149085 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'chart2/source/model/template/ChartTypeTemplate.cxx')
-rw-r--r--chart2/source/model/template/ChartTypeTemplate.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/model/template/ChartTypeTemplate.cxx b/chart2/source/model/template/ChartTypeTemplate.cxx
index 383fcac73163..5bfbc897e10b 100644
--- a/chart2/source/model/template/ChartTypeTemplate.cxx
+++ b/chart2/source/model/template/ChartTypeTemplate.cxx
@@ -252,7 +252,7 @@ void ChartTypeTemplate::changeDiagramData(
{
// interpret new data and re-use existing series
std::vector< rtl::Reference< DataSeries > > aFlatSeriesSeq =
- DiagramHelper::getDataSeriesFromDiagram( xDiagram );
+ xDiagram->getDataSeries();
const sal_Int32 nFormerSeriesCount = aFlatSeriesSeq.size();
rtl::Reference< DataInterpreter > xInterpreter( getDataInterpreter2());
InterpretedData aData =