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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Wed May 1 20:39:29 UTC 2019


 dbaccess/source/core/api/RowSetCache.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 10d3c43ff169b0c250f22d07fadd0edd86a8d2d2
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Apr 28 21:11:29 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed May 1 22:38:42 2019 +0200

    Fix typo
    
    Change-Id: I56626f7df54c31847f150374dbb41ace274d5c2d
    Reviewed-on: https://gerrit.libreoffice.org/71634
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/dbaccess/source/core/api/RowSetCache.hxx b/dbaccess/source/core/api/RowSetCache.hxx
index c00f818a7373..7d9adedcd35b 100644
--- a/dbaccess/source/core/api/RowSetCache.hxx
+++ b/dbaccess/source/core/api/RowSetCache.hxx
@@ -70,7 +70,7 @@ namespace dbaccess
         TOldRowSetRows                  m_aOldRows;
 
         std::unique_ptr<ORowSetMatrix>  m_pInsertMatrix;        // represent the rows which should be inserted normally this is only one
-        ORowSetMatrix::iterator         m_aInsertRow;           // represent a insert row
+        ORowSetMatrix::iterator         m_aInsertRow;           // represent an insert row
 
         connectivity::OSQLTable         m_aUpdateTable;         // used for updates/deletes and inserts
 
@@ -135,7 +135,7 @@ namespace dbaccess
         ~ORowSetCache();
 
 
-        // called from the rowset when a updateXXX was called for the first time
+        // called from the rowset when an updateXXX was called for the first time
         void setUpdateIterator(const ORowSetMatrix::iterator& _rOriginalRow);
         ORowSetCacheIterator createIterator(ORowSetBase* _pRowSet);
         void deleteIterator(const ORowSetBase* _pRowSet);


More information about the Libreoffice-commits mailing list