summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-07-22 23:27:34 +0200
committerJulien Nabet <serval2412@yahoo.fr>2018-07-23 11:44:59 +0200
commit7d071f35bee7bed82ac47429a594e76617518d20 (patch)
tree3ed3c824582657839c55a1caf4c246788533929f /ucb
parent934fa68365b40c9dcfe5ae4a0e712195e0c1d5a4 (diff)
Fix typos
Change-Id: Iebc31a53404da41f35eed7338662365d7efbd7a2 Reviewed-on: https://gerrit.libreoffice.org/57810 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/sorter/sortresult.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/sorter/sortresult.cxx b/ucb/source/sorter/sortresult.cxx
index f8b4b05b4bd5..906e368a0523 100644
--- a/ucb/source/sorter/sortresult.cxx
+++ b/ucb/source/sorter/sortresult.cxx
@@ -1500,7 +1500,7 @@ void SortedResultSet::Move( sal_IntPtr nPos, sal_IntPtr nCount, sal_IntPtr nOffs
}
}
- // finally put the remembered entries at there new location
+ // finally put the remembered entries at their new location
nTo = nPos + nOffset;
for ( i=0; i<nCount; i++ )
{