summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/ContentResultSet.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/ContentResultSet.idl')
-rw-r--r--offapi/com/sun/star/ucb/ContentResultSet.idl12
1 files changed, 6 insertions, 6 deletions
diff --git a/offapi/com/sun/star/ucb/ContentResultSet.idl b/offapi/com/sun/star/ucb/ContentResultSet.idl
index 64867d800cfb..d0d10fb9b88c 100644
--- a/offapi/com/sun/star/ucb/ContentResultSet.idl
+++ b/offapi/com/sun/star/ucb/ContentResultSet.idl
@@ -92,7 +92,7 @@ published service ContentResultSet
interface com::sun::star::sdbc::XResultSetMetaDataSupplier;
//-------------------------------------------------------------------------
- /** enables travelling through the result set members ( the contents ).
+ /** enables traveling through the result set members ( the contents ).
This interface mainly provides a cursor for the result set.
<p>Note that every method of this interface implementation additionally
@@ -133,20 +133,20 @@ published service ContentResultSet
interface com::sun::star::sdbc::XCloseable;
//-------------------------------------------------------------------------
- /** holds properties of the resultset.
+ /** holds properties of the result set.
<p>This interface is required.
*/
interface com::sun::star::beans::XPropertySet;
//-------------------------------------------------------------------------
- /** controls the travel mode of the resultset cursor.
+ /** controls the travel mode of the result set cursor.
<p>There are two possible travel modes:
<p><table border=1>
<tr><td><member>CursorTravelMode::BLOCKING</member></td>
- <td>Each travel method of the resultset will not return until the
+ <td>Each travel method of the result set will not return until the
data for the new position were retrieved.</td></tr>
<tr><td><member>CursorTravelMode::NONBLOCKING</member></td>
<td>The implementation will throw a
@@ -206,7 +206,7 @@ published service ContentResultSet
/** contains the number of rows obtained (so far) from the data source. */
[readonly, property] long RowCount;
- /** indicates that all rows of te resultset have been obtained. */
+ /** indicates that all rows of the result set have been obtained. */
[readonly, property] boolean IsRowCountFinal;
//-------------------------------------------------------------------------
@@ -221,7 +221,7 @@ published service ContentResultSet
/** can be implemented to provide a complete JDBC conform result set
interface for the implementation of this service.
- <p>The implememtation of this service is optional.
+ <p>The implementation of this service is optional.
*/
service com::sun::star::sdbc::ResultSet;
};