summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-04-28 21:11:29 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-05-01 22:38:42 +0200
commit10d3c43ff169b0c250f22d07fadd0edd86a8d2d2 (patch)
tree5e9271897f262bf044094df981e248685dd6d877
parentdaebba1c296b9baa194b9052127810497a1c9f20 (diff)
Fix typo
Change-Id: I56626f7df54c31847f150374dbb41ace274d5c2d Reviewed-on: https://gerrit.libreoffice.org/71634 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--dbaccess/source/core/api/RowSetCache.hxx4
1 files changed, 2 insertions, 2 deletions
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);