sw/source/core/unocore/unobkm.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 38333796522ab53aff69a2e2228ec1fad6abb866
Author:     Michael Stahl <michael.st...@allotropia.de>
AuthorDate: Wed Jul 27 16:06:05 2022 +0200
Commit:     Xisco Fauli <xiscofa...@libreoffice.org>
CommitDate: Wed Jul 27 22:56:18 2022 +0200

    sw: SolarMutexGuard missing in SwXBookmark::setPropertyValue()
    
    Change-Id: I41187b02e6b0545529e2a2c5b07da671eae89079
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137506
    Reviewed-by: Michael Stahl <michael.st...@allotropia.de>
    Tested-by: Jenkins
    (cherry picked from commit c7a76952b6fa0e6688028047726ac794fdd5cca3)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137517
    Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org>

diff --git a/sw/source/core/unocore/unobkm.cxx 
b/sw/source/core/unocore/unobkm.cxx
index 456325d5f575..567cf8a20872 100644
--- a/sw/source/core/unocore/unobkm.cxx
+++ b/sw/source/core/unocore/unobkm.cxx
@@ -406,6 +406,8 @@ void SAL_CALL
 SwXBookmark::setPropertyValue(const OUString& PropertyName,
         const uno::Any& rValue)
 {
+    SolarMutexGuard g;
+
     if (PropertyName == UNO_NAME_BOOKMARK_HIDDEN)
     {
         bool bNewValue = false;

Reply via email to