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

--- Comment #8 from Michael Meeks <[email protected]> ---
I guess:

#7  0x00007fffef31cb59 in SvxFontNameBox_Impl::EventNotify(NotifyEvent&)
(this=0x1cf1970, rNEvt=...) at
/tinderbox/buildslave/source/libo-master/svx/source/tbxctrls/tbcontrl.cxx:1092
...
#23 0x00007fffee1dd6c2 in FontNameBox::dispose() (this=0x1cf1970) at
/tinderbox/buildslave/source/libo-master/svtools/source/control/ctrlbox.cxx:701
#24 0x00007fffef31c481 in SvxFontNameBox_Impl::dispose() (this=0x1cf1970) at
/tinderbox/buildslave/source/libo-master/svx/source/tbxctrls/tbcontrl.cxx:989
...

is related; Noel - I expect:

void Edit::ImplSetText( const OUString& rText, const Selection* pNewSelection )
{
    if (isDisposed())
        return;

but of course - the mass event propagation on disposed widgets is also a bit
weird / annoying - I'd love to calm that down more widely really; and document
what we should be calling and/or relying on during a dispose =)

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