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

--- Comment #24 from Armin Le Grand (CIB) <armin.le.gr...@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.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to