diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2017-05-14 18:00:37 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-05-15 08:40:46 +0200 |
commit | 4582acb3eeb2af0411ab8598ec17d74381225acf (patch) | |
tree | eb2c62fc8ac59c17d6303b73ac5cd2f2ef29d2a8 /dbaccess | |
parent | b9d75dea30adaa53be58c112f255c9fcd3eea400 (diff) |
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 'dbaccess')
-rw-r--r-- | dbaccess/source/core/dataaccess/databasedocument.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dbaccess/source/core/dataaccess/databasedocument.cxx b/dbaccess/source/core/dataaccess/databasedocument.cxx index 9a8eb0df0beb..0c42e19325c2 100644 --- a/dbaccess/source/core/dataaccess/databasedocument.cxx +++ b/dbaccess/source/core/dataaccess/databasedocument.cxx @@ -1999,7 +1999,6 @@ sal_Bool SAL_CALL ODatabaseDocument::getAllowMacroExecution() Reference< XEmbeddedScripts > SAL_CALL ODatabaseDocument::getScriptContainer() { - DocumentGuard aGuard(*this, DocumentGuard::DefaultMethod); return this; } |