diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2017-10-30 17:36:43 +0900 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-10-31 07:38:39 +0100 |
commit | 9d135a7f7d7e2f0585d76f1426edf4a17b6f10c8 (patch) | |
tree | 113ef457accd97d8c6319ddb53a44b25fe46b2f0 /sfx2 | |
parent | f6cfbe8a1f9dc8535a69e2ad0c21e87c2a63a82a (diff) |
sfx2: Kill useless mutex guard
Change-Id: Idcbb1eff983bb82d29b8e53f09c0b7e73a8aab39
Reviewed-on: https://gerrit.libreoffice.org/44046
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/control/thumbnailviewacc.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
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() |