diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2023-02-14 08:01:14 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2023-02-14 08:18:07 +0000 |
commit | 3900b3b4cdef25287f0dcff130cc36a8aa81b47c (patch) | |
tree | 91afe2e1b1930402a04e813985afd8cb5b3def8f /sw | |
parent | 2771f01965d9a9542ecc645a2a708a17f541df07 (diff) |
UBSan needs SwFlowFrame RTTI to be public now
...for CppunitTest_sw_core_layout_flycnt newly introduced in
995198bfff4ae8abaf2129fe99d9f8ef899a4f25 "sw floattable: handle table-in-fly in
SwFrame::GetNextFlyLeaf()"
Change-Id: If006a912d365642181b0bc80dc21c55d42214e87
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146967
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/inc/flowfrm.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/inc/flowfrm.hxx b/sw/source/core/inc/flowfrm.hxx index 3eaf2adfb3ca..3d271613bf6a 100644 --- a/sw/source/core/inc/flowfrm.hxx +++ b/sw/source/core/inc/flowfrm.hxx @@ -56,7 +56,7 @@ class SwNodeIndex; FlowFrame can work with the reference to the SwFrame instead of working with its own this-pointer. */ -class SAL_LOPLUGIN_ANNOTATE("crosscast") SwFlowFrame +class SAL_DLLPUBLIC_RTTI SAL_LOPLUGIN_ANNOTATE("crosscast") SwFlowFrame { // PrepareMake is allowed to lock/unlock (robustness) friend inline void PrepareLock ( SwFlowFrame * ); |