diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2022-01-23 18:10:50 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-01-23 20:22:18 +0100 |
commit | 11d8b1c04a7b85d5c50b9dd7484cbd01240c8174 (patch) | |
tree | 7baaf91ea3406b6c16fe6ba310e02fc5ed69e885 /chart2/source/inc/AxisHelper.hxx | |
parent | d5e1fee5af79b462cb0dd9b18ebc0604b6d3ea9c (diff) |
use more concrete types in chart2, Diagram
Change-Id: I5b0fb710880ce08276201278b7da18bdcfaec1d8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128830
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'chart2/source/inc/AxisHelper.hxx')
-rw-r--r-- | chart2/source/inc/AxisHelper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/inc/AxisHelper.hxx b/chart2/source/inc/AxisHelper.hxx index 788ba4cf5f79..df3da4c4de5b 100644 --- a/chart2/source/inc/AxisHelper.hxx +++ b/chart2/source/inc/AxisHelper.hxx @@ -59,7 +59,7 @@ public: static sal_Int32 getExplicitNumberFormatKeyForAxis( const css::uno::Reference< css::chart2::XAxis >& xAxis , const css::uno::Reference< css::chart2::XCoordinateSystem >& xCorrespondingCoordinateSystem - , const css::uno::Reference< css::chart2::XChartDocument>& xChartDoc + , const rtl::Reference< ::chart::ChartModel>& xChartDoc , bool bSearchForParallelAxisIfNothingIsFound ); static css::uno::Reference< |