From 3900b3b4cdef25287f0dcff130cc36a8aa81b47c Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 14 Feb 2023 08:01:14 +0100 Subject: 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 --- sw/source/core/inc/flowfrm.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw') 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 * ); -- cgit