include/vcl/dndhelp.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e5ef04874a73d87bc66578b73b44ca3e3a0e76ee
Author:     Stephan Bergmann <stephan.bergm...@allotropia.de>
AuthorDate: Fri Sep 13 08:35:02 2024 +0200
Commit:     Stephan Bergmann <stephan.bergm...@allotropia.de>
CommitDate: Fri Sep 13 11:03:46 2024 +0200

    UBSan CppunitTest_editeng_borderline etc. need more RTTI now
    
    ...presumably since 5ba893dfb8838b0ef946b52de9ef1336d2ab0512 "use more 
concrete
    UNO type in editeng",
    
    > DynamicLibraryManagerException: "Failed to load dynamic library: 
/home/tdf/lode/jenkins/workspace/lo_ubsan/workdir/LinkTarget/CppunitTest/libtest_editeng_borderline.so
    > 
/home/tdf/lode/jenkins/workspace/lo_ubsan/instdir/program/libeditenglo.so: 
undefined symbol: _ZTIN3vcl9unohelper18DragAndDropWrapperE"
    
    (<https://ci.libreoffice.org/job/lo_ubsan/3306/>)
    
    Change-Id: I4501c3df9f353d9b1244f92b5bbc6fb2dafc24bd
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173311
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <stephan.bergm...@allotropia.de>

diff --git a/include/vcl/dndhelp.hxx b/include/vcl/dndhelp.hxx
index 0d1af70d69e8..bb0f75aef853 100644
--- a/include/vcl/dndhelp.hxx
+++ b/include/vcl/dndhelp.hxx
@@ -64,7 +64,7 @@ public:
     SAL_DLLPRIVATE virtual void dragOver( const 
css::datatransfer::dnd::DropTargetDragEvent& dtde );
 };
 
-class DragAndDropWrapper final :
+class SAL_DLLPUBLIC_RTTI DragAndDropWrapper final :
                             public 
css::datatransfer::dnd::XDragGestureListener,
                             public css::datatransfer::dnd::XDragSourceListener,
                             public css::datatransfer::dnd::XDropTargetListener,
  • core.git: include/vcl Stephan Bergmann (via logerrit)

Reply via email to