https://bugs.documentfoundation.org/show_bug.cgi?id=118963

--- Comment #7 from Armin Le Grand (CIB) <[email protected]> ---
FmXFormView::createControlLabelPair gets a SdrObject nullptr. This is pretty
strange- there are two versions of FmXFormView::createControlLabelPair, one
static and one not, as member.
The static one would probably need to get a SdrModel/UnoControlModel somehow -
it accesses it later using

        xLabelModel.set( pLabel->GetUnoControlModel(), UNO_QUERY );

so the question is - how did it get the model before (there is also no SdrPage
offered to get it from)...?

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to