diff options
Diffstat (limited to 'ucbhelper')
-rw-r--r-- | ucbhelper/source/provider/resultset.cxx | 2 |
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 |