[Libreoffice-commits] core.git: dbaccess/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Fri Mar 22 06:11:03 UTC 2019
dbaccess/source/core/api/RowSetCache.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 4930ad1e5dabecd9594cf8b237f973e6017798cf
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Mar 20 16:09:27 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Fri Mar 22 07:10:37 2019 +0100
Fix typo
Change-Id: I3cb9d607c468cf29ef3e409c4f59b7e0960362a7
Reviewed-on: https://gerrit.libreoffice.org/69544
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/dbaccess/source/core/api/RowSetCache.cxx b/dbaccess/source/core/api/RowSetCache.cxx
index 7eaca7c70a6b..f05caa68c3c1 100644
--- a/dbaccess/source/core/api/RowSetCache.cxx
+++ b/dbaccess/source/core/api/RowSetCache.cxx
@@ -1136,7 +1136,7 @@ bool ORowSetCache::absolute( sal_Int32 row )
if(row < 0)
{
// here we have to scroll from the last row to backward so we have to go to last row and
- // and two the previous
+ // and to the previous
if(m_bRowCountFinal || last())
{
m_nPosition = m_nRowCount + row + 1; // + row because row is negative and +1 because row==-1 means last row
More information about the Libreoffice-commits
mailing list