sw/source/core/inc/tabfrm.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 7106556d9c4525afc9a6663d60b9076aad48f42e Author: Stephan Bergmann <[email protected]> AuthorDate: Mon Oct 17 11:36:35 2022 +0200 Commit: Stephan Bergmann <[email protected]> CommitDate: Mon Oct 17 15:55:37 2022 +0200 UBSan needs SwTabFrame RTTI now ...during CppunitTest_sw_uiwriter5, > DynamicLibraryManagerException: "Failed to load dynamic library: workdir/LinkTarget/CppunitTest/libtest_sw_uiwriter5.so > workdir/LinkTarget/CppunitTest/libtest_sw_uiwriter5.so: undefined symbol: _ZTI10SwTabFrame" apparently since c809867f3ee92a8eb36cbab840bd6d6c5b3b1c26 "tdf#150976 sw: fix tracked deletion of row with nested table" Change-Id: I2a2d5ff53a0e58da9373096ac6a9592410663b5c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141449 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <[email protected]> diff --git a/sw/source/core/inc/tabfrm.hxx b/sw/source/core/inc/tabfrm.hxx index 9df5aac42571..8bf2b863548e 100644 --- a/sw/source/core/inc/tabfrm.hxx +++ b/sw/source/core/inc/tabfrm.hxx @@ -43,7 +43,7 @@ namespace o3tl { } /// SwTabFrame is one table in the document layout, containing rows (which contain cells). -class SwTabFrame final: public SwLayoutFrame, public SwFlowFrame +class SAL_DLLPUBLIC_RTTI SwTabFrame final: public SwLayoutFrame, public SwFlowFrame { friend void CalcContent( SwLayoutFrame *pLay, bool bNoColl );
