Kaydet (Commit) 10d3c43f authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typo

Change-Id: I56626f7df54c31847f150374dbb41ace274d5c2d
Reviewed-on: https://gerrit.libreoffice.org/71634Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst daebba1c
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment