[Libreoffice-commits] core.git: 2 commits - dbaccess/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Thu May 2 17:52:25 UTC 2019


 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 <andrea.gelmini at gelma.net>
AuthorDate: Sun Apr 28 21:11:25 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
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 <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

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 <andrea.gelmini at gelma.net>
AuthorDate: Sun Apr 28 21:11:23 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
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 <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

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() ) );


More information about the Libreoffice-commits mailing list