dbaccess/source/core/api/RowSetCache.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4930ad1e5dabecd9594cf8b237f973e6017798cf
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed Mar 20 16:09:27 2019 +0000
Commit:     Julien Nabet <serval2...@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 <serval2...@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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to