summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/api/RowSet.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-09-05 18:51:10 +0200
committerStephan Bergmann <sbergman@redhat.com>2019-09-11 23:43:34 +0200
commit157420e496ddebd7101d88ba8d07164d3971ad22 (patch)
treeb126bef25094bdc494604025c7f240f1026f5633 /dbaccess/source/core/api/RowSet.cxx
parent6bddab1d2553defebf6b2ebdd80553413d364dd8 (diff)
Typos
Mainly fixing '..' and '....' Change-Id: Ied226ed148c571d278ae65b3f468bd329f557fa9 Reviewed-on: https://gerrit.libreoffice.org/78669 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'dbaccess/source/core/api/RowSet.cxx')
-rw-r--r--dbaccess/source/core/api/RowSet.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/core/api/RowSet.cxx b/dbaccess/source/core/api/RowSet.cxx
index 334afad81836..99c6e56edc0c 100644
--- a/dbaccess/source/core/api/RowSet.cxx
+++ b/dbaccess/source/core/api/RowSet.cxx
@@ -1254,7 +1254,7 @@ void SAL_CALL ORowSet::moveToCurrentRow( )
return;
if ( rowDeleted() )
- // this would perhaps even justify a RuntimeException ....
+ // this would perhaps even justify a RuntimeException...
// if the current row is deleted, then no write access to this row should be possible. So,
// m_bModified should be true. Also, as soon as somebody calls moveToInsertRow,
// our current row should not be deleted anymore. So, we should not have survived the above