sw/inc/unostyle.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit e6d470293243f1a8dd3dbcb42258dd22e408e127 Author: Stephan Bergmann <stephan.bergm...@allotropia.de> AuthorDate: Mon Aug 5 07:59:18 2024 +0200 Commit: Stephan Bergmann <stephan.bergm...@allotropia.de> CommitDate: Mon Aug 5 11:57:32 2024 +0200 UBSan CppunitTest_sw_writerfilter_misc needs the SwXStyleFamilies now ...presumably since f13e5718f53c3e460a6aacdb8f429d18ac011fa3 "use more concrete UNO type in writerfilter": > DynamicLibraryManagerException: "Failed to load dynamic library: /home/sberg/lo/core/workdir/LinkTarget/CppunitTest/libtest_sw_writerfilter_misc.so > /home/sberg/lo/core/instdir/program/libsw_writerfilterlo.so: undefined symbol: _ZTI16SwXStyleFamilies" Change-Id: I55014caff2c7b662edf1a552e496d4c9955ce23e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171468 Reviewed-by: Stephan Bergmann <stephan.bergm...@allotropia.de> Tested-by: Jenkins diff --git a/sw/inc/unostyle.hxx b/sw/inc/unostyle.hxx index 1790944e282f..a1e232939aa9 100644 --- a/sw/inc/unostyle.hxx +++ b/sw/inc/unostyle.hxx @@ -52,7 +52,7 @@ class SwXFrameStyle; class StyleFamilyEntry; class SwXStyleFamily; -class SwXStyleFamilies final : public cppu::WeakImplHelper +class SAL_DLLPUBLIC_RTTI SwXStyleFamilies final : public cppu::WeakImplHelper < css::container::XIndexAccess, css::container::XNameAccess,