diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2022-01-02 14:51:28 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-01-03 07:46:26 +0100 |
commit | 5f41e5741fa3abe59dd14a50e692d425eed472d5 (patch) | |
tree | e71275672b68b2f4d6bff47ca0404e22a7fbdf6e /chart2/source/view/inc | |
parent | 2678e4467f2d7d193b93e4cdd1b96b12d3ff53f1 (diff) |
use more SvxShape in chart2
Change-Id: I7fb23da1ad60d07ac8c3165f70dafefcfaf5ab8e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127872
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'chart2/source/view/inc')
-rw-r--r-- | chart2/source/view/inc/VSeriesPlotter.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/view/inc/VSeriesPlotter.hxx b/chart2/source/view/inc/VSeriesPlotter.hxx index 311e1d7a1813..d80d248a3c70 100644 --- a/chart2/source/view/inc/VSeriesPlotter.hxx +++ b/chart2/source/view/inc/VSeriesPlotter.hxx @@ -394,7 +394,7 @@ protected: , css::awt::Point aDefaultPos ); static void setMappedProperties( - const css::uno::Reference< css::drawing::XShape >& xTarget + SvxShape& rTarget , const css::uno::Reference< css::beans::XPropertySet >& xSource , const tPropertyNameMap& rMap , tPropertyNameValueMap const * pOverwriteMap=nullptr ); |