diff options
author | Arnaud Versini <arnaud.versini@gmail.com> | 2016-04-24 21:38:21 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-04-24 21:20:36 +0000 |
commit | 6bcb322264d5ad82071123de16669f47f6454b61 (patch) | |
tree | 64d370d567be882b5e68fe148493c1fa0f562875 /scripting/source | |
parent | 68d88e2bda287f5656b7c1631dc4ac3e72e2f303 (diff) |
Don't use SolarMutexGuard for returning a constant
Change-Id: Ia6e31d7fe9d90f8094e2043de29a896c9e840c53
Reviewed-on: https://gerrit.libreoffice.org/24347
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'scripting/source')
-rw-r--r-- | scripting/source/basprov/basprov.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
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; } |