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

--- Comment #7 from Julien Nabet <[email protected]> ---
I wonder if a variable bInDispose should be created for ScCheckListMenuWindow.
It could be initialized to false and when calling dispose function, put at
true.

Then in ScCheckListMenuWindow::CreateAccessible(), we could use:
if (!mxAccessible.is() && !bInDispose)
instead of just:
if (!mxAccessible.is()) 

(see
http://opengrok.libreoffice.org/xref/core/sc/source/ui/cctrl/checklistmenu.cxx#1399)

Any thoughts?

-- 
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