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

New commits:
commit 509aa9e70535ab9b0e317983b1ca0f0423ce70b6
Author:     Stephan Bergmann <[email protected]>
AuthorDate: Tue Aug 13 07:29:18 2024 +0200
Commit:     Noel Grandin <[email protected]>
CommitDate: Tue Aug 13 13:25:51 2024 +0200

    UBSan CppunitTest_sw_writerfilter_misc needs the SwXTableRows now
    
    ...presumably since 883febd60593e8a3c0c85c9859006cc0a35b10c2 "use more 
concrete
    UNO type in writerfilter",
    
    > DynamicLibraryManagerException: "Failed to load dynamic library: 
/home/tdf/lode/jenkins/workspace/lo_ubsan/workdir/LinkTarget/CppunitTest/libtest_sw_writerfilter_misc.so
    > 
/home/tdf/lode/jenkins/workspace/lo_ubsan/instdir/program/libsw_writerfilterlo.so:
 undefined symbol: _ZTI12SwXTableRows"
    
    (<https://ci.libreoffice.org//job/lo_ubsan/3273/>)
    
    Change-Id: I856ff7e2d7f31c83ad75b301caf4f8084f3e19a5
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171806
    Reviewed-by: Noel Grandin <[email protected]>
    Tested-by: Jenkins

diff --git a/sw/inc/unotbl.hxx b/sw/inc/unotbl.hxx
index de6a1e3d833a..d42e9460570e 100644
--- a/sw/inc/unotbl.hxx
+++ b/sw/inc/unotbl.hxx
@@ -423,7 +423,7 @@ public:
 };
 
 /// UNO API wrapper for SwTableLines.
-class SwXTableRows final : public cppu::WeakImplHelper
+class SAL_DLLPUBLIC_RTTI SwXTableRows final : public cppu::WeakImplHelper
 <
     css::table::XTableRows,
     css::lang::XServiceInfo

Reply via email to