summaryrefslogtreecommitdiff
path: root/accessibility
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-05-16 08:44:45 +0200
committerEike Rathke <erack@redhat.com>2016-05-19 13:11:27 +0000
commit37dc53598044ece853c16637f4e73e575132be5a (patch)
treed7d3bee940097d2dbb51f34f18d0e89bb2e4d9de /accessibility
parentcb91beeb29ba27afe29b02711e942818017bab3c (diff)
clang-tidy misc-unused-raii
Change-Id: Id97291511efbaa304f25da3ae5700604b574d165 Reviewed-on: https://gerrit.libreoffice.org/25027 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com> (cherry picked from commit a656be64e21fd0ec5e12d34a47e2daf777e04b9b) Reviewed-on: https://gerrit.libreoffice.org/25162 Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'accessibility')
-rw-r--r--accessibility/source/extended/accessiblelistboxentry.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/accessibility/source/extended/accessiblelistboxentry.cxx b/accessibility/source/extended/accessiblelistboxentry.cxx
index f49fc0e3a761..269938449dca 100644
--- a/accessibility/source/extended/accessiblelistboxentry.cxx
+++ b/accessibility/source/extended/accessiblelistboxentry.cxx
@@ -233,7 +233,7 @@ namespace accessibility
void SAL_CALL AccessibleListBoxEntry::disposing()
{
- SolarMutexGuard();
+ SolarMutexGuard aSolarGuard;
::osl::MutexGuard aGuard( m_aMutex );
Reference< XAccessible > xKeepAlive( this );