summaryrefslogtreecommitdiffstats
path: root/basctl/source/accessibility/accessibledialogwindow.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2017-05-14 18:00:37 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-05-15 08:40:46 +0200
commit4582acb3eeb2af0411ab8598ec17d74381225acf (patch)
treeeb2c62fc8ac59c17d6303b73ac5cd2f2ef29d2a8 /basctl/source/accessibility/accessibledialogwindow.cxx
parentbasic: Fix broken logic in VBA's unit tests (diff)
downloadcore-4582acb3eeb2af0411ab8598ec17d74381225acf.tar.gz
core-4582acb3eeb2af0411ab8598ec17d74381225acf.zip
remove some unnecessary locking
Change-Id: I7da9e82930d3fe8f927c495aeca270b8bb5cf65c Reviewed-on: https://gerrit.libreoffice.org/37602 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'basctl/source/accessibility/accessibledialogwindow.cxx')
-rw-r--r--basctl/source/accessibility/accessibledialogwindow.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/basctl/source/accessibility/accessibledialogwindow.cxx b/basctl/source/accessibility/accessibledialogwindow.cxx
index 1bde5e6ef245..f04094088e73 100644
--- a/basctl/source/accessibility/accessibledialogwindow.cxx
+++ b/basctl/source/accessibility/accessibledialogwindow.cxx
@@ -592,8 +592,6 @@ Sequence< OUString > AccessibleDialogWindow::getSupportedServiceNames()
// XAccessible
Reference< XAccessibleContext > AccessibleDialogWindow::getAccessibleContext( )
{
- OExternalLockGuard aGuard( this );
-
return this;
}