diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2021-12-29 14:14:41 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-12-30 06:47:30 +0100 |
commit | 57a58433e6a9fc7443cd3a2e7811bf508946cacf (patch) | |
tree | ebb4cdcea8a52fb09fa25027bcb00e06269c6c68 /include | |
parent | 85fc392926ec5b74bf4328867460ea312ab0cbac (diff) |
use concrete types in chart2, SvxGroupShape and SvxShapePolyPolygon
Change-Id: I2b86c39610f31260fe8fb5abdbb94e853ec31cec
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127700
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/unoshape.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/unoshape.hxx b/include/svx/unoshape.hxx index fab12be594ad..51422fd9dfd6 100644 --- a/include/svx/unoshape.hxx +++ b/include/svx/unoshape.hxx @@ -415,7 +415,7 @@ public: /*********************************************************************** * * ***********************************************************************/ -class SvxShapeGroup final : public SvxShape, +class SVXCORE_DLLPUBLIC SvxShapeGroup final : public SvxShape, public css::drawing::XShapeGroup, public css::drawing::XShapes2, public css::drawing::XShapes @@ -622,7 +622,7 @@ class SvxShapePolyPolygon final : public SvxShapeText public: /// @throws css::lang::IllegalArgumentException /// @throws css::beans::PropertyVetoException - SvxShapePolyPolygon( SdrObject* pObj ); + SVXCORE_DLLPUBLIC SvxShapePolyPolygon( SdrObject* pObj ); virtual ~SvxShapePolyPolygon() noexcept override; // Local support functions |