summaryrefslogtreecommitdiff
path: root/ucbhelper
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-11 18:19:03 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-12 11:38:04 +0200
commitb937a95b4e3f372f64450a6bfea9a7efb5c16464 (patch)
treeccab99bc0695e8a827dbebbee924efa1ba62364e /ucbhelper
parent38719c3341bf4244fcaf835a3933c922e9153251 (diff)
Fix typos
Change-Id: Ic49b4cc6f2d0e0ac4d2635da2447bc6a2db5322e Reviewed-on: https://gerrit.libreoffice.org/77275 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'ucbhelper')
-rw-r--r--ucbhelper/source/provider/resultset.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucbhelper/source/provider/resultset.cxx b/ucbhelper/source/provider/resultset.cxx
index 82d7dc734a60..6494bb907914 100644
--- a/ucbhelper/source/provider/resultset.cxx
+++ b/ucbhelper/source/provider/resultset.cxx
@@ -513,7 +513,7 @@ sal_Bool SAL_CALL ResultSet::absolute( sal_Int32 row )
If the given row number is negative, the cursor moves to an absolute row
position with respect to the end of the result set. For example, calling
- absolaute( -1 ) positions the cursor on the last row, absolaute( -2 )
+ absolute( -1 ) positions the cursor on the last row, absolute( -2 )
indicates the next-to-last row, and so on.
An attempt to position the cursor beyond the first/last row in the result