From 6bcb322264d5ad82071123de16669f47f6454b61 Mon Sep 17 00:00:00 2001 From: Arnaud Versini Date: Sun, 24 Apr 2016 21:38:21 +0200 Subject: Don't use SolarMutexGuard for returning a constant Change-Id: Ia6e31d7fe9d90f8094e2043de29a896c9e840c53 Reviewed-on: https://gerrit.libreoffice.org/24347 Reviewed-by: Markus Mohrhard Tested-by: Markus Mohrhard --- scripting/source/basprov/basprov.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'scripting') diff --git a/scripting/source/basprov/basprov.cxx b/scripting/source/basprov/basprov.cxx index 20f6a99820cf..6e3fd4948422 100644 --- a/scripting/source/basprov/basprov.cxx +++ b/scripting/source/basprov/basprov.cxx @@ -486,8 +486,6 @@ namespace basprov sal_Int16 BasicProviderImpl::getType( ) throw (RuntimeException, std::exception) { - SolarMutexGuard aGuard; - return browse::BrowseNodeTypes::CONTAINER; } -- cgit