diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2022-01-03 09:00:43 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-01-03 12:35:24 +0100 |
commit | 3a93cc176da60e80a4a8876c535f30fb11fb4373 (patch) | |
tree | 287167bddaf7cd864be4d7d258125b2c5aa35337 /chart2/source/view/main/VButton.hxx | |
parent | 383616c2c0c9e6874a714d7f494e5a2ec1a3f08d (diff) |
use more SvxShape in chart2
Change-Id: I15cc7e8e0f934772ce6dc29dc89471a78f008916
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127882
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'chart2/source/view/main/VButton.hxx')
-rw-r--r-- | chart2/source/view/main/VButton.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/view/main/VButton.hxx b/chart2/source/view/main/VButton.hxx index 9d9e3f28b43e..f0c587386831 100644 --- a/chart2/source/view/main/VButton.hxx +++ b/chart2/source/view/main/VButton.hxx @@ -38,7 +38,7 @@ private: Color m_nArrowColor; Color m_nBGColor; - css::uno::Reference<css::drawing::XShape> + rtl::Reference<SvxShapePolyPolygon> createTriangle(css::awt::Size aSize); public: |