Need help with Jenkins error message

Regina Henschel rb.henschel at t-online.de
Sun Aug 10 15:09:33 UTC 2025


Ho 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.
>

Using the way with XPresentation2 turned out to result in a failure in 
the following tests in that suite, see Jenkins' result 
https://ci.libreoffice.org/job/gerrit_windows/203397/
I don't know why after my test the search for SlideSorterViewShell 
results in a nullptr.

I have now removed the XPresentation2 part at all and replaced it with a 
start of the presentation by
dispatchCommand(mxComponent, u".uno:Presentation"_ustr, {});

It seems the essential part, that it works now, has been to not use full 
screen mode of the presentation but window mode. That is now set in the 
test file itself.

Kind regards,
Regina






More information about the LibreOffice mailing list