Files
libreoffice/toolkit/source/controls
Michael Stahl 087a6b0cf3 toolkit: UnoEditControl::insertText() assert on invalid index
... in replaceAt(): if the selection that is passed in is invalid, throw
an exception.

This obviously isn't thread-safe but naively adding a GetMutex() guard
quickly deadlocks against SolarMutex; why does it use its own mutex?

Reproduces when installing APSO 1.2.5 and starting the Python REPL.

Change-Id: I4fb16ab820641f1a031537b0c4d6f8664d67dc0c
Reviewed-on: https://gerrit.libreoffice.org/82460
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@cib.de>
2019-11-12 13:04:04 +01:00
..
2019-10-15 14:33:57 +02:00
2019-09-06 09:13:38 +02:00
2019-11-02 21:47:38 +01:00