diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-03-29 16:45:20 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-03-30 11:14:30 +0000 |
commit | efbbc141b0db77510b41b452bf3931fc3c9ecc7e (patch) | |
tree | faec036400d2a63cb0a81bd14e0e4d564b895315 /chart2/source/tools/DiagramHelper.cxx | |
parent | 1c8d43d8a9062dbe2cff52b61414e8be6d3b646d (diff) |
use more concrete types in chart2
Change-Id: Iaefad282d40c83f58758b41db9b14f6e95552354
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149742
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'chart2/source/tools/DiagramHelper.cxx')
-rw-r--r-- | chart2/source/tools/DiagramHelper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/tools/DiagramHelper.cxx b/chart2/source/tools/DiagramHelper.cxx index aca376cbb45b..79a99688fd7a 100644 --- a/chart2/source/tools/DiagramHelper.cxx +++ b/chart2/source/tools/DiagramHelper.cxx @@ -156,7 +156,7 @@ StackMode DiagramHelper::getStackModeFromChartType( } bool DiagramHelper::isSeriesAttachedToMainAxis( - const uno::Reference< chart2::XDataSeries >& xDataSeries ) + const rtl::Reference< ::chart::DataSeries >& xDataSeries ) { sal_Int32 nAxisIndex = DataSeriesHelper::getAttachedAxisIndex(xDataSeries); return (nAxisIndex==0); |