diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2021-12-30 09:22:15 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-12-30 13:33:39 +0100 |
commit | 206c52d1248cc474fc7c3bbb6812688c97eb2ca0 (patch) | |
tree | 586ad9d0cce0744d046bad9a9b7b3c2dcc70410f /include/svx | |
parent | 2228bda030384c8e48810d6d4fb5525084a31511 (diff) |
use concrete types in chart2, Stripe
Change-Id: I8814616024345206a69b7e33ade42c74656e9213
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127730
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/unoshape.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/unoshape.hxx b/include/svx/unoshape.hxx index 13df4873fc40..210885bfac28 100644 --- a/include/svx/unoshape.hxx +++ b/include/svx/unoshape.hxx @@ -779,7 +779,7 @@ class Svx3DPolygonObject final : public SvxShape virtual bool getPropertyValueImpl( const OUString& rName, const SfxItemPropertyMapEntry* pProperty, css::uno::Any& rValue ) override; public: - Svx3DPolygonObject(SdrObject* pObj); + SVXCORE_DLLPUBLIC Svx3DPolygonObject(SdrObject* pObj); virtual ~Svx3DPolygonObject() noexcept override; // XServiceInfo |