sw/inc/unofieldcoll.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit d36dda5d52d56bf684b7ebe3cc26d8c1e49382c0 Author: Stephan Bergmann <stephan.bergm...@allotropia.de> AuthorDate: Thu Aug 8 08:31:22 2024 +0200 Commit: Stephan Bergmann <stephan.bergm...@allotropia.de> CommitDate: Thu Aug 8 10:26:38 2024 +0200 UBSan CppunitTest_sw_writerfilter_misc needs the SwXTextFieldMasters now ...presumably since 85b2d335a4ec0af84ca4801ba04f45f0ed5a7c10 "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: _ZTI19SwXTextFieldMasters" (<https://ci.libreoffice.org//job/lo_ubsan/3266/>) Change-Id: I312cad93ec81546bbd7c67ec725815a07378b462 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171617 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <stephan.bergm...@allotropia.de> diff --git a/sw/inc/unofieldcoll.hxx b/sw/inc/unofieldcoll.hxx index 7989cb52b919..658fb27b3130 100644 --- a/sw/inc/unofieldcoll.hxx +++ b/sw/inc/unofieldcoll.hxx @@ -34,7 +34,7 @@ typedef ::cppu::WeakImplHelper , css::lang::XServiceInfo > SwXTextFieldMasters_Base; -class SwXTextFieldMasters final +class SAL_DLLPUBLIC_RTTI SwXTextFieldMasters final : public SwXTextFieldMasters_Base , public SwUnoCollection {