https://bugs.documentfoundation.org/show_bug.cgi?id=88552
--- Comment #14 from Julien Nabet <[email protected]> ---
In OK case, we got here:
277 if ( maTextListeners.getLength() )
278 maTextListeners.textChanged( e );
279 }
see
https://opengrok.libreoffice.org/xref/core/toolkit/source/controls/unocontrols.cxx?r=bb16f659#278
not in KO case.
Indeed, maTextListeners is empty with KO case.
In OK case, maTextListeners is filled with 4 calls to
281 void UnoEditControl::addTextListener(const uno::Reference<
awt::XTextListener > & l)
282 {
283 maTextListeners.addInterface( l );
284 }
see
https://opengrok.libreoffice.org/xref/core/toolkit/source/controls/unocontrols.cxx?r=bb16f659#283
--
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