diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2022-01-05 12:53:18 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2022-01-05 14:15:19 +0100 |
commit | e242c0fb26c2bf5662b10fc6c8195deeda5b1097 (patch) | |
tree | 351a6d87b1e542f2387139d7c73a1b465b4af70a /include/svx/unoshape.hxx | |
parent | a409739efe4507e23926d1862215c128904fda88 (diff) |
svx: mark RTTI symbols of Svx3DSceneObject as public
online.git's unit-calc under sanitizers fails without this, but also
seen at <https://ci.libreoffice.org/job/lo_ubsan/2254/console>:
> warn:sal.osl:30805:30805:sal/osl/unx/module.cxx:155: dlopen(/home/tdf/lode/jenkins/workspace/lo_ubsan/instdir/program/libchartcorelo.so, 257): /home/tdf/lode/jenkins/workspace/lo_ubsan/instdir/program/libchartcorelo.so: undefined symbol: _ZTI16Svx3DSceneObject
Change-Id: Ibebb839751c1048ab44110dd70e2140f8d5dc6b9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127996
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
Diffstat (limited to 'include/svx/unoshape.hxx')
-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 15219c839379..69e1fe024424 100644 --- a/include/svx/unoshape.hxx +++ b/include/svx/unoshape.hxx @@ -666,7 +666,7 @@ public: /*********************************************************************** * * ***********************************************************************/ -class Svx3DSceneObject final : public SvxShapeGroupAnyD +class SAL_DLLPUBLIC_RTTI Svx3DSceneObject final : public SvxShapeGroupAnyD { private: rtl::Reference< SvxDrawPage > mxPage; |