summaryrefslogtreecommitdiff
path: root/chart2/inc
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2022-02-09 18:47:17 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2022-02-10 07:49:56 +0100
commit5477193c9ca425509d529fb20dcb0db6a66b5d08 (patch)
tree9b23c1ad0382d52384a54c30a7cfc3acb588ce6a /chart2/inc
parentd1568521a0205ca557d7c4bb488d5a8ccc72c442 (diff)
use more concrete types in chart2, SvxShape
Change-Id: I9ae954f8efaec31d5b848c633e66adb62a13f3f4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129737 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 228d24bc19fe..4d50c7693d4f 100644
--- a/chart2/inc/ChartView.hxx
+++ b/chart2/inc/ChartView.hxx
@@ -121,7 +121,7 @@ public:
css::uno::Reference< css::chart2::XAxis > xAxis
, ExplicitScaleData& rExplicitScale
, ExplicitIncrementData& rExplicitIncrement ) override;
- virtual css::uno::Reference< css::drawing::XShape >
+ virtual rtl::Reference< SvxShape >
getShapeForCID( const OUString& rObjectCID ) override;
virtual css::awt::Rectangle getRectangleOfObject( const OUString& rObjectCID, bool bSnapRect=false ) override;