[Libreoffice-commits] core.git: scripting/source
Arnaud Versini
arnaud.versini at gmail.com
Sun Apr 24 21:20:59 UTC 2016
scripting/source/basprov/basprov.cxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit 6bcb322264d5ad82071123de16669f47f6454b61
Author: Arnaud Versini <arnaud.versini at gmail.com>
Date: Sun Apr 24 21:38:21 2016 +0200
Don't use SolarMutexGuard for returning a constant
Change-Id: Ia6e31d7fe9d90f8094e2043de29a896c9e840c53
Reviewed-on: https://gerrit.libreoffice.org/24347
Reviewed-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
diff --git a/scripting/source/basprov/basprov.cxx b/scripting/source/basprov/basprov.cxx
index 20f6a99..6e3fd49 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;
}
More information about the Libreoffice-commits
mailing list