Fix UBSan build's RTTI needs
...after 3ba92b5f1e
"hide more symbols" had caused
CppunitTest_vcl_text to fail with
> DynamicLibraryManagerException: "Failed to load dynamic library: /home/tdf/lode/jenkins/workspace/lo_ubsan/workdir/LinkTarget/CppunitTest/libtest_vcl_text.so
> /home/tdf/lode/jenkins/workspace/lo_ubsan/workdir/LinkTarget/CppunitTest/libtest_vcl_text.so: undefined symbol: _ZTIN3vcl8unotools15VclCanvasBitmapE"
> Path (length: 252) is '/home/tdf/lode/opt/bin:/etc/alternatives/java_sdk_11/bin:/opt/rh/gcc-toolset-12/root/usr/bin:/home/tdf/.local/bin:/home/tdf/bin:/usr/share/Modules/bin:/usr/lib64/ccache:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/etc/alternatives/java_sdk_17/bin'
(<https://ci.libreoffice.org/job/lo_ubsan/3080/>)
Change-Id: Ib0a82e185a8600955704f8026238b511d46acc56
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163685
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <stephan.bergmann@allotropia.de>
This commit is contained in:
parent
f64d8d879e
commit
cfc4a2cfd1
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
|
||||
namespace vcl::unotools
|
||||
{
|
||||
class VclCanvasBitmap final :
|
||||
class SAL_DLLPUBLIC_RTTI VclCanvasBitmap final :
|
||||
public cppu::WeakImplHelper< css::rendering::XIntegerReadOnlyBitmap,
|
||||
css::rendering::XBitmapPalette,
|
||||
css::rendering::XIntegerBitmapColorSpace >
|
||||
|
|
Loading…
Reference in a new issue