summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stahl <michael.stahl@allotropia.de>2022-07-27 16:06:05 +0200
committerMichael Stahl <michael.stahl@allotropia.de>2022-07-27 17:40:41 +0200
commitc7a76952b6fa0e6688028047726ac794fdd5cca3 (patch)
tree9577bb7702e7e0ec10991595030b62326c38e04f
parentd6ce547a1a24379bf1783387e22cbf8d39866757 (diff)
sw: SolarMutexGuard missing in SwXBookmark::setPropertyValue()
Change-Id: I41187b02e6b0545529e2a2c5b07da671eae89079 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137506 Reviewed-by: Michael Stahl <michael.stahl@allotropia.de> Tested-by: Jenkins
-rw-r--r--sw/source/core/unocore/unobkm.cxx2
1 files changed, 2 insertions, 0 deletions
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;