unit test LayerTabBar, now linker problem
Stephan Bergmann
sbergman at redhat.com
Mon Oct 15 13:35:15 UTC 2018
On 15/10/18 14:56, Regina Henschel wrote:
> Both do not work, SD_DLLPUBLIC does not compile here, and
> SAL_DLLPUBLIC_RTTI fails too, see Jenkins for patch set 5.
SD_DLLPUBLIC is a macro defined in sd/inc/sddllapi.h (so you need to
include that)
in either case, for such a dynamic downcast to type with default vis,
all the types along that inheritance path need to have default vis
(otherwise, does not work in general eg on macOS), see the notes emitted
by loplugin:dyncastvisibility
More information about the LibreOffice
mailing list