[Libreoffice-commits] core.git: ucb/source
Stephan Bergmann (via logerrit)
logerrit at kemper.freedesktop.org
Sat Jan 18 11:29:42 UTC 2020
ucb/source/sorter/sortresult.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit a1f5ea6c033fb11a4650401bd0e6b38c11088bda
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Sat Jan 18 10:09:48 2020 +0100
Commit: Stephan Bergmann <sbergman at 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 <sbergman at 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++ )
{
More information about the Libreoffice-commits
mailing list