sw/inc/unocoll.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit c103bf49619a0a3f0fbb0d89bf3b7e7261a7b8a7 Author: Stephan Bergmann <stephan.bergm...@allotropia.de> AuthorDate: Fri Aug 9 08:40:01 2024 +0200 Commit: Stephan Bergmann <stephan.bergm...@allotropia.de> CommitDate: Fri Aug 9 10:05:35 2024 +0200 UBSan CppunitTest_sw_writerfilter_misc needs the SwXFootnotes now ...presumably since 5b1bf578fb23ab929602715077138a5362dcb5ce "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: _ZTI12SwXFootnotes" (<https://ci.libreoffice.org//job/lo_ubsan/3268/>) Change-Id: I3be4a8b804cd02d62e38075b3b601360c5c299ad Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171663 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <stephan.bergm...@allotropia.de> diff --git a/sw/inc/unocoll.hxx b/sw/inc/unocoll.hxx index 365336ad61f3..0e2a5e1d1d68 100644 --- a/sw/inc/unocoll.hxx +++ b/sw/inc/unocoll.hxx @@ -453,7 +453,7 @@ cppu::WeakImplHelper > SwSimpleIndexAccessBaseClass; -class SwXFootnotes final : public SwSimpleIndexAccessBaseClass, +class SAL_DLLPUBLIC_RTTI SwXFootnotes final : public SwSimpleIndexAccessBaseClass, public SwUnoCollection { const bool m_bEndnote;