summaryrefslogtreecommitdiff
path: root/chart2/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2023-03-28 15:25:23 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2023-03-29 08:44:51 +0000
commit92c504b5bd9ec81474704f563b23a2fcd422d1d1 (patch)
tree77522afbad0bcc4438936417478dfc3282743c83 /chart2/inc
parent5e482317a0b140b11220554753e30ccfd53385ee (diff)
use more concrete types in chart2
Change-Id: I818253350bd954d3a2a0f302493c896eb2e26994 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149675 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'chart2/inc')
-rw-r--r--chart2/inc/ChartView.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/inc/ChartView.hxx b/chart2/inc/ChartView.hxx
index ea41dc7d667d..9c80ba2ffb55 100644
--- a/chart2/inc/ChartView.hxx
+++ b/chart2/inc/ChartView.hxx
@@ -115,7 +115,7 @@ public:
// ___ExplicitValueProvider___
virtual bool getExplicitValuesForAxis(
- css::uno::Reference< css::chart2::XAxis > xAxis
+ rtl::Reference< ::chart::Axis > xAxis
, ExplicitScaleData& rExplicitScale
, ExplicitIncrementData& rExplicitIncrement ) override;
virtual rtl::Reference< SvxShape >