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

New commits:
commit 7cb316137751e471a835cb1c506fb89b29f4d65b
Author:     Michael Stahl <michael.st...@allotropia.de>
AuthorDate: Wed Jul 27 16:06:05 2022 +0200
Commit:     Michael Stahl <michael.st...@allotropia.de>
CommitDate: Thu Jul 28 11:28:25 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/+/137519
    Tested-by: Michael Stahl <michael.st...@allotropia.de>

diff --git a/sw/source/core/unocore/unobkm.cxx 
b/sw/source/core/unocore/unobkm.cxx
index ddeaccf1966b..a4d719016f68 100644
--- a/sw/source/core/unocore/unobkm.cxx
+++ b/sw/source/core/unocore/unobkm.cxx
@@ -410,6 +410,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