sd/source/ui/accessibility/AccessibleSlideSorterObject.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 7ee443a6fa1a426d75c603e27114823d4c6e9137
Author:     Noel Grandin <noelgran...@gmail.com>
AuthorDate: Mon Dec 27 15:31:21 2021 +0200
Commit:     Noel Grandin <noel.gran...@collabora.co.uk>
CommitDate: Mon Dec 27 19:38:18 2021 +0100

    remove incorrect SolarMutexGuard
    
    we are not calling anything that needs the SolarMutex here,
    and all the other places that touch mnClientId are just using
    the local mutex, which is already locked when we call here.
    
    Change-Id: I5905db1f413051966461ea3a6b75d24360903ede
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127564
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk>

diff --git a/sd/source/ui/accessibility/AccessibleSlideSorterObject.cxx 
b/sd/source/ui/accessibility/AccessibleSlideSorterObject.cxx
index 1ce4d5aab0a7..a9b757cc73ff 100644
--- a/sd/source/ui/accessibility/AccessibleSlideSorterObject.cxx
+++ b/sd/source/ui/accessibility/AccessibleSlideSorterObject.cxx
@@ -88,8 +88,6 @@ void AccessibleSlideSorterObject::FireAccessibleEvent (
 
 void SAL_CALL AccessibleSlideSorterObject::disposing()
 {
-    const SolarMutexGuard aSolarGuard;
-
     // Send a disposing to all listeners.
     if (mnClientId != 0)
     {

Reply via email to