dbaccess/source/core/api/RowSetCache.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 10d3c43ff169b0c250f22d07fadd0edd86a8d2d2 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Sun Apr 28 21:11:29 2019 +0000 Commit: Julien Nabet <serval2...@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 <serval2...@yahoo.fr> Tested-by: Julien Nabet <serval2...@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); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits