[Libreoffice-bugs] [Bug 120151] Cannot create/edit base report (crashes)

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Thu Nov 1 15:27:35 UTC 2018


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

--- Comment #24 from Armin Le Grand (CIB) <Armin.Le.Grand at me.com> ---
After change and close win and answering 'no save' in
OViewsWindow::~OViewsWindow() still all three D&D objects are in
m_aBegDragTempList. That list is <SdrObject*> so no destuct will happen.

The contained SdrObjects do not have a parent - seems as if they get removed
from page, at least they seem to be added to page when constructed (see
OViewsWindow::BegDragObj_createInvisibleObjectAtPosition - there,
rReportSection.getPage()->InsertObject(pNewObj) is called).

Thus it should be possible to find where these get removed from page again...?

-- 
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/20181101/2085a5ed/attachment.html>


More information about the Libreoffice-bugs mailing list