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

New commits:
commit d8d5b385aaca907f3c68ead16c7d133e43c92973
Author:     Stephan Bergmann <stephan.bergm...@allotropia.de>
AuthorDate: Wed Mar 6 23:35:54 2024 +0100
Commit:     Stephan Bergmann <stephan.bergm...@allotropia.de>
CommitDate: Thu Mar 7 08:14:34 2024 +0100

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

diff --git a/sw/source/uibase/inc/edtwin.hxx b/sw/source/uibase/inc/edtwin.hxx
index a40e6d03d322..5f054024d1d4 100644
--- a/sw/source/uibase/inc/edtwin.hxx
+++ b/sw/source/uibase/inc/edtwin.hxx
@@ -56,7 +56,7 @@ class SwTextFrame;
     To translate the pixel positions from the buffer OutputDevice to the real
     pixel positions, use the PixelToLogic methods of this class.
   */
-class SwEditWin final : public vcl::DocWindow,
+class SAL_DLLPUBLIC_RTTI SwEditWin final : public vcl::DocWindow,
                 public DropTargetHelper, public DragSourceHelper
 {
     friend class SwEditWinUIObject;

Reply via email to