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

New commits:
commit d3151a1a19f7deca76886a09442ed33b8750b0f7
Author:     Stephan Bergmann <stephan.bergm...@allotropia.de>
AuthorDate: Wed Mar 6 22:18:52 2024 +0100
Commit:     Stephan Bergmann <stephan.bergm...@allotropia.de>
CommitDate: Thu Mar 7 08:14:10 2024 +0100

    Fix UBSan build's RTTI needs
    
    ...after 0ed1cb5457a2106316f9d7fda10685360db4bc30 "make more symbols 
private in
    writer" had caused CppunitTest_sw_odfimport to fail with
    
    > DynamicLibraryManagerException: "Failed to load dynamic library: 
workdir/LinkTarget/CppunitTest/libtest_sw_odfimport.so
    > workdir/LinkTarget/CppunitTest/libtest_sw_odfimport.so: undefined symbol: 
_ZTI14SwTransferable"
    
    Change-Id: Ia6be10efb380b298488af351e85c5655254c3f63
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164511
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <stephan.bergm...@allotropia.de>

diff --git a/sw/source/uibase/inc/swdtflvr.hxx 
b/sw/source/uibase/inc/swdtflvr.hxx
index ce42a13bd010..cde24ff4f5ad 100644
--- a/sw/source/uibase/inc/swdtflvr.hxx
+++ b/sw/source/uibase/inc/swdtflvr.hxx
@@ -75,7 +75,7 @@ enum class PasteTableType
 
 class SwTransferDdeLink;
 
-class SwTransferable final : public TransferableHelper
+class SAL_DLLPUBLIC_RTTI SwTransferable final : public TransferableHelper
 {
     friend class SwView_Impl;
     SfxObjectShellLock              m_aDocShellRef;

Reply via email to