summaryrefslogtreecommitdiff
path: root/reportdesign
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2024-02-22 10:14:29 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2024-02-22 10:40:33 +0100
commitb9c64630d2f176844b29fd4f860aac3ef4e1dce0 (patch)
treecfbef5adf3087974dae0664c6abf8099ee48b2cd /reportdesign
parent17ad20bd10de34f4660567e2505eb95ab22f61a5 (diff)
UBSan RTTI fixes
after I missed a bunch of stuff when testing UBSan with commit 3ba92b5f1eaf7d4447a0943ea260db515ca799dc hide more symbols Change-Id: I0743a0c0c6abcb2904face8386e26153ae3229a3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163718 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'reportdesign')
-rw-r--r--reportdesign/inc/UndoEnv.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/reportdesign/inc/UndoEnv.hxx b/reportdesign/inc/UndoEnv.hxx
index aca48b7c2693..823c07b2cfc0 100644
--- a/reportdesign/inc/UndoEnv.hxx
+++ b/reportdesign/inc/UndoEnv.hxx
@@ -37,7 +37,7 @@ namespace rptui
class OXUndoEnvironmentImpl;
- class OXUndoEnvironment final
+ class SAL_DLLPUBLIC_RTTI OXUndoEnvironment final
: public ::cppu::WeakImplHelper< css::beans::XPropertyChangeListener
, css::container::XContainerListener
, css::util::XModifyListener