summaryrefslogtreecommitdiff
path: root/svx/source/accessibility/ChildrenManagerImpl.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2021-12-24 15:58:17 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-12-25 13:56:27 +0100
commitc68c744b68fd50adb6ce725bf9de377a5f915dab (patch)
treea672de5b952dd8982951c90d791075dd213fab77 /svx/source/accessibility/ChildrenManagerImpl.cxx
parentf0c0c62c10e4ffdb9ce44202e2540d2f39a9fcb5 (diff)
pass unique_lock as param in WeakComponentImplHelperBase::disposing
so that subclasses can drop the lock while calling listeners Change-Id: I6105438110af08f10b0ed50057b28172c3442b95 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127434 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/source/accessibility/ChildrenManagerImpl.cxx')
-rw-r--r--svx/source/accessibility/ChildrenManagerImpl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/accessibility/ChildrenManagerImpl.cxx b/svx/source/accessibility/ChildrenManagerImpl.cxx
index 080d2a204b9d..fa560abed6a0 100644
--- a/svx/source/accessibility/ChildrenManagerImpl.cxx
+++ b/svx/source/accessibility/ChildrenManagerImpl.cxx
@@ -690,7 +690,7 @@ void ChildrenManagerImpl::impl_dispose()
}
-void ChildrenManagerImpl::disposing()
+void ChildrenManagerImpl::disposing(std::unique_lock<std::mutex>&)
{
impl_dispose();
}