diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-01-21 14:00:12 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-01-21 14:49:08 +0100 |
commit | c42a13c491196743d734107e54ef2f323fa1395b (patch) | |
tree | 00910e99a8f6c1cbf5c8f85a65d41d53bbe91ddf /chart2/source/inc/OPropertySet.hxx | |
parent | 928cb2963844ffd07fdbda6ec55f8de0c51581ff (diff) |
asan: fix symbol visibility in chart2
asan needs some more RTTI
Change-Id: I77ffe652c3252a6d9b71f3b29b085170963eba3d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128728
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'chart2/source/inc/OPropertySet.hxx')
-rw-r--r-- | chart2/source/inc/OPropertySet.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/inc/OPropertySet.hxx b/chart2/source/inc/OPropertySet.hxx index 2676b444dc37..0a810fc6d2d8 100644 --- a/chart2/source/inc/OPropertySet.hxx +++ b/chart2/source/inc/OPropertySet.hxx @@ -33,7 +33,7 @@ namespace property { -class OPropertySet : +class SAL_DLLPUBLIC_RTTI OPropertySet : public ::cppu::OBroadcastHelper, // includes beans::XPropertySet, XMultiPropertySet and XFastPropertySet public ::cppu::OPropertySetHelper, |