sw/source/core/inc/flowfrm.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3900b3b4cdef25287f0dcff130cc36a8aa81b47c
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Tue Feb 14 08:01:14 2023 +0100
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Tue Feb 14 08:18:07 2023 +0000

    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 <sberg...@redhat.com>

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 * );

Reply via email to