forms/source/component/FormattedField.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 5f26419865d5f3c772264d3efe655116745ebbbd Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Tue May 14 21:23:27 2019 +0000 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Wed Jun 5 07:07:59 2019 +0200 Fix typo Change-Id: Ie8b8aeb1ebcb78cca73c6c2bc0512b2f30d245ae Reviewed-on: https://gerrit.libreoffice.org/73474 Reviewed-by: Julien Nabet <serval2...@yahoo.fr> Tested-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/forms/source/component/FormattedField.cxx b/forms/source/component/FormattedField.cxx index 171387dbc026..0e5d7f157d56 100644 --- a/forms/source/component/FormattedField.cxx +++ b/forms/source/component/FormattedField.cxx @@ -514,7 +514,7 @@ void OFormattedModel::loaded(const EventObject& rEvent) { // HACK: our onConnectedDbColumn accesses our NumberFormatter which locks the solar mutex (as it doesn't have // an own one). To prevent deadlocks with other threads which may request a property from us in an - // UI-triggered action (e.g. an tooltip) we lock the solar mutex _here_ before our base class locks + // UI-triggered action (e.g. a tooltip) we lock the solar mutex _here_ before our base class locks // its own mutex (which is used for property requests) // alternative a): we use two mutexes, one which is passed to the OPropertysetHelper and used for // property requests and one for our own code. This would need a lot of code rewriting _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits