[Libreoffice-commits] core.git: sfx2/source

Takeshi Abe tabe at fixedpoint.jp
Tue Oct 31 06:39:21 UTC 2017


 sfx2/source/control/thumbnailviewacc.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 9d135a7f7d7e2f0585d76f1426edf4a17b6f10c8
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Mon Oct 30 17:36:43 2017 +0900

    sfx2: Kill useless mutex guard
    
    Change-Id: Idcbb1eff983bb82d29b8e53f09c0b7e73a8aab39
    Reviewed-on: https://gerrit.libreoffice.org/44046
    Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>
    Tested-by: Noel Grandin <noel.grandin at collabora.co.uk>

diff --git a/sfx2/source/control/thumbnailviewacc.cxx b/sfx2/source/control/thumbnailviewacc.cxx
index d6f977f4bd74..4c03b46b6b11 100644
--- a/sfx2/source/control/thumbnailviewacc.cxx
+++ b/sfx2/source/control/thumbnailviewacc.cxx
@@ -433,7 +433,6 @@ sal_Bool SAL_CALL ThumbnailViewAcc::isAccessibleChildSelected( sal_Int32 nChildI
 void SAL_CALL ThumbnailViewAcc::clearAccessibleSelection()
 {
     ThrowIfDisposed();
-    const SolarMutexGuard aSolarGuard;
 }
 
 void SAL_CALL ThumbnailViewAcc::selectAllAccessibleChildren()


More information about the Libreoffice-commits mailing list