From 385bd85b20b9efff981e7e5cd063a01d39e1e45a Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 26 Jan 2022 15:59:46 +0200 Subject: tdf#146991 Insert chart -> crash regression from commit a2eaf99e46f370ffb3b73828c2bdc53dc193b9a4 Author: Noel Grandin Date: Fri Jan 14 10:56:50 2022 +0200 make comphelper::OInterfaceContainerHelper4 more threadsafe Change-Id: I259d24a3f0c710222544797728c5f40ff299e50b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128987 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sc/source/ui/Accessibility/DrawModelBroadcaster.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sc/source/ui') diff --git a/sc/source/ui/Accessibility/DrawModelBroadcaster.cxx b/sc/source/ui/Accessibility/DrawModelBroadcaster.cxx index 043aa479fdf1..24b455e30408 100644 --- a/sc/source/ui/Accessibility/DrawModelBroadcaster.cxx +++ b/sc/source/ui/Accessibility/DrawModelBroadcaster.cxx @@ -99,7 +99,6 @@ void ScDrawModelBroadcaster::Notify( SfxBroadcaster&, { auto pSdrObject = const_cast(pSdrHint->GetObject()); uno::Reference xShape(pSdrObject->getUnoShape(), uno::UNO_QUERY); - aGuard.lock(); auto it = maShapeListeners.find(xShape); if (it != maShapeListeners.end()) it->second->notifyShapeEvent(aEvent); -- cgit