dbaccess/source/core/dataaccess/connection.cxx | 2 +- dbaccess/source/core/dataaccess/databasedocument.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit 4729385ae828a178fbe0ab4fb8ec52134723b5e6 Author: Andrea Gelmini <[email protected]> AuthorDate: Sun Apr 28 21:11:25 2019 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Thu May 2 19:51:14 2019 +0200 Fix typo Change-Id: I3e48cd90a636bd8d5eab9112a2c1827a31896bcb Reviewed-on: https://gerrit.libreoffice.org/71690 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Julien Nabet <[email protected]> diff --git a/dbaccess/source/core/dataaccess/connection.cxx b/dbaccess/source/core/dataaccess/connection.cxx index 5bed9986d13a..0b075af8e5fb 100644 --- a/dbaccess/source/core/dataaccess/connection.cxx +++ b/dbaccess/source/core/dataaccess/connection.cxx @@ -806,7 +806,7 @@ Reference< XInterface > SAL_CALL OConnection::getTableEditor( const Reference< X // ask ourself // well, we don't have own functionality here ... // In the future, we might decide to delegate the complete handling to this interface. - // In this case, we would need to instantiate an css.sdb.TableDesign here. + // In this case, we would need to instantiate a css.sdb.TableDesign here. return xReturn; } commit 84229c5e3398a03b7e1b7b0753a36a0d30cea358 Author: Andrea Gelmini <[email protected]> AuthorDate: Sun Apr 28 21:11:23 2019 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Thu May 2 19:50:45 2019 +0200 Fix typo Change-Id: I20dcf6bc9520c3abfd021c9968916515429a7498 Reviewed-on: https://gerrit.libreoffice.org/71691 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Julien Nabet <[email protected]> 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() ) ); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
