diff options
author | Frank Schoenheit [fs] <frank.schoenheit@oracle.com> | 2011-02-14 23:26:54 +0100 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@oracle.com> | 2011-02-14 23:26:54 +0100 |
commit | fc804df075f53e44ff96830985ece5c89e4baa28 (patch) | |
tree | 22d471b299058e070568eb236891651c55b9b54c /ucb | |
parent | 194717cb55e09f031f11aaf3684eaf479a50a96d (diff) | |
parent | cd0d6a5a6775f197fdb7e78b54c8133074a7a236 (diff) |
debuglevels: pulled and merged DEV300.m100
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/sorter/sortresult.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ucb/source/sorter/sortresult.cxx b/ucb/source/sorter/sortresult.cxx index 6e546950a23a..94af36513670 100644 --- a/ucb/source/sorter/sortresult.cxx +++ b/ucb/source/sorter/sortresult.cxx @@ -490,7 +490,7 @@ sal_Int32 SAL_CALL SortedResultSet::getRow() @param row is the number of rows to move. Could be negative. @returns - <sal_True/> if the cursor is on a row; <sal_False/> otherwise + <TRUE/> if the cursor is on a row; <FALSE/> otherwise @throws SQLException if a database access error occurs or if row is 0, or the result set type is FORWARD_ONLY. @@ -552,7 +552,7 @@ sal_Bool SAL_CALL SortedResultSet::absolute( sal_Int32 row ) @param rows is the number of rows to move. Could be negative. @returns - <sal_True/> if the cursor is on a valid row; <sal_False/> if it is off + <TRUE/> if the cursor is on a valid row; <FALSE/> if it is off the result set. @throws SQLException if a database access error occurs or if there is no @@ -597,7 +597,7 @@ sal_Bool SAL_CALL SortedResultSet::relative( sal_Int32 rows ) <p>Note: <code>previous()</code> is not the same as <code>relative(-1)</code> because it makes sense to call <code>previous()</code> when there is no current row. - @returns <sal_True/> if the cursor is on a valid row; <sal_False/> if it is off + @returns <TRUE/> if the cursor is on a valid row; <FALSE/> if it is off the result set. @throws SQLException if a database access error occurs or the result set type |