ucb/source/sorter/sortresult.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a1f5ea6c033fb11a4650401bd0e6b38c11088bda
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Sat Jan 18 10:09:48 2020 +0100
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Sat Jan 18 12:29:11 2020 +0100

    Fix typo in comment
    
    (cf. SortedResultSet::maS2O in ucb/source/sorter/sortresult.hxx)
    
    Change-Id: I4dd9118335d51a98e6f1ed6af39c62558b295933
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87006
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

diff --git a/ucb/source/sorter/sortresult.cxx b/ucb/source/sorter/sortresult.cxx
index dd72d5a33a42..8d8334cff393 100644
--- a/ucb/source/sorter/sortresult.cxx
+++ b/ucb/source/sorter/sortresult.cxx
@@ -1360,7 +1360,7 @@ void SortedResultSet::InsertNew( sal_IntPtr nPos, 
sal_IntPtr nCount )
         }
     }
 
-    // and append the new entries at the end of the maS20-list or insert at the
+    // and append the new entries at the end of the maS2O-list or insert at the
     // position nPos in the maS2O-list
     for ( i=0; i<nCount; i++ )
     {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to