sd/inc/unomodel.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8e20a4c87eef925cf81f83dd39ecebce7f87e1f6
Author:     Stephan Bergmann <stephan.bergm...@collabora.com>
AuthorDate: Mon Aug 25 10:10:52 2025 +0200
Commit:     Stephan Bergmann <stephan.bergm...@collabora.com>
CommitDate: Mon Aug 25 15:07:52 2025 +0200

    UBSan CppunitTest_sd_tiledrendering needs SdDrawPagesAccess RTTI now
    
    > DynamicLibraryManagerException: "Failed to load dynamic library: 
/home/tdf/lode/jenkins/workspace/lo_ubsan/workdir/LinkTarget/CppunitTest/libtest_sd_tiledrendering.so
    
/home/tdf/lode/jenkins/workspace/lo_ubsan/workdir/LinkTarget/CppunitTest/libtest_sd_tiledrendering.so:
 undefined symbol: _ZTI17SdDrawPagesAccess"
    
    (<https://ci.libreoffice.org/job/lo_ubsan/3662/>)
    
    Change-Id: I25929e3b2905a123dd50897342e3e4996e294af4
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/190154
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <stephan.bergm...@collabora.com>

diff --git a/sd/inc/unomodel.hxx b/sd/inc/unomodel.hxx
index 98a761d03bc9..baeb20a0ff56 100644
--- a/sd/inc/unomodel.hxx
+++ b/sd/inc/unomodel.hxx
@@ -328,7 +328,7 @@ public:
 *                                                                      *
 ***********************************************************************/
 
-class SdDrawPagesAccess final : public ::cppu::WeakImplHelper< 
css::drawing::XDrawPages, css::container::XNameAccess, css::lang::XServiceInfo, 
css::lang::XComponent >
+class SAL_DLLPUBLIC_RTTI SdDrawPagesAccess final : public 
::cppu::WeakImplHelper< css::drawing::XDrawPages, css::container::XNameAccess, 
css::lang::XServiceInfo, css::lang::XComponent >
 {
 private:
     SdXImpressDocument* mpModel;

Reply via email to