[Libreoffice-bugs] [Bug 118963] Crash when dragging column from datasource to spreadsheet

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Fri Jul 27 10:02:11 UTC 2018


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

--- Comment #7 from Armin Le Grand (CIB) <Armin.Le.Grand at me.com> ---
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20180727/624c1129/attachment.html>


More information about the Libreoffice-bugs mailing list