summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-04-28 21:11:23 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-05-02 19:50:45 +0200
commit84229c5e3398a03b7e1b7b0753a36a0d30cea358 (patch)
tree213abd474cc7aa30c667872c82a5bfea0bb499e2 /dbaccess
parent678d71c2d8009cd6e8c274158f4195a4df523cc0 (diff)
Fix typo
Change-Id: I20dcf6bc9520c3abfd021c9968916515429a7498 Reviewed-on: https://gerrit.libreoffice.org/71691 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/core/dataaccess/databasedocument.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/core/dataaccess/databasedocument.cxx b/dbaccess/source/core/dataaccess/databasedocument.cxx
index 5d4c975e2186..d0f4e3d04ea4 100644
--- a/dbaccess/source/core/dataaccess/databasedocument.cxx
+++ b/dbaccess/source/core/dataaccess/databasedocument.cxx
@@ -534,7 +534,7 @@ void SAL_CALL ODatabaseDocument::load( const Sequence< PropertyValue >& Argument
// similar ... just in case there is legacy code which expects a FileName only
aResource.put( "FileName", aResource.get( "URL" ) );
- // now that somebody (perhaps) told us an macro execution mode, remember it as
+ // now that somebody (perhaps) told us a macro execution mode, remember it as
// ImposedMacroExecMode
m_pImpl->setImposedMacroExecMode(
aResource.getOrDefault( "MacroExecutionMode", m_pImpl->getImposedMacroExecMode() ) );