diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-01-18 10:09:48 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-01-18 12:29:11 +0100 |
commit | a1f5ea6c033fb11a4650401bd0e6b38c11088bda (patch) | |
tree | 26533e8677635d06bd533308501bd8df7ebe555e /ucb | |
parent | bda31b1a95b284749cd5e4d9596aab8e1aa93714 (diff) |
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@redhat.com>
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/sorter/sortresult.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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++ ) { |