diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2021-12-30 08:20:30 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-12-30 13:33:04 +0100 |
commit | 042bfbddfd134f3e2fefc144f3c06cef61813278 (patch) | |
tree | c8f8f063aa7290031b8609200c208052232c90d5 /include | |
parent | 13de0ade50bec34be612ba4a3196c2efd9ce3b4e (diff) |
use concrete types in chart2, Svx3DLatheObject
Change-Id: I3c007cc5b70e6a7b854438b9b2558229f5a5c73f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127728
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-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 1112cf5e044e..13df4873fc40 100644 --- a/include/svx/unoshape.hxx +++ b/include/svx/unoshape.hxx @@ -744,7 +744,7 @@ class Svx3DLatheObject final : public SvxShape virtual bool getPropertyValueImpl( const OUString& rName, const SfxItemPropertyMapEntry* pProperty, css::uno::Any& rValue ) override; public: - Svx3DLatheObject(SdrObject* pObj); + SVXCORE_DLLPUBLIC Svx3DLatheObject(SdrObject* pObj); virtual ~Svx3DLatheObject() noexcept override; // XServiceInfo |