Hi Caolán,
Caolán McNamara schrieb am 29.07.2025 um 20:30:
On Tue, 2025-07-29 at 16:41 +0200, Michael Stahl wrote:
drawdoc.hxx has this:
SAL_DLLPRIVATE const css::uno::Reference<
css::presentation::XPresentation2 >& getPresentation() const;
What to do?
remove SAL_DLLPRIVATE from this declaration
Maybe staying within uno to avoid the need to access the hidden symbol
works in this case. The attached seems to compile at least.
I have now tried your suggestion. The test works locally with that
change, that is it fails without my patch and does not fail with my
patch. Let see what Jenkins thinks about it.
Kind regards,
Regina