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

New commits:
commit c7a76952b6fa0e6688028047726ac794fdd5cca3
Author:     Michael Stahl <michael.st...@allotropia.de>
AuthorDate: Wed Jul 27 16:06:05 2022 +0200
Commit:     Michael Stahl <michael.st...@allotropia.de>
CommitDate: Wed Jul 27 17:40:41 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

diff --git a/sw/source/core/unocore/unobkm.cxx 
b/sw/source/core/unocore/unobkm.cxx
index ca4c465ca551..41170b0be66c 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