summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdbcx/ResultSet.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdbcx/ResultSet.idl')
-rw-r--r--offapi/com/sun/star/sdbcx/ResultSet.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/sdbcx/ResultSet.idl b/offapi/com/sun/star/sdbcx/ResultSet.idl
index 94a9e6c1b8d7..8304045556ac 100644
--- a/offapi/com/sun/star/sdbcx/ResultSet.idl
+++ b/offapi/com/sun/star/sdbcx/ResultSet.idl
@@ -37,7 +37,7 @@
published interface XDeleteRows;
-/** extends the SDBC ResultSet by the possibility of bookmark positioning, cancelling
+/** extends the SDBC ResultSet by the possibility of bookmark positioning, canceling
the positioning, and updating of rows.
*/
published service ResultSet
@@ -45,7 +45,7 @@ published service ResultSet
service com::sun::star::sdbc::ResultSet;
- /** could be used for cancelling the execution of SQL statements if both
+ /** could be used for canceling the execution of SQL statements if both
the DBMS and the driver support aborting of navigation commands.
The implementation is optional.
*/
@@ -63,12 +63,12 @@ published service ResultSet
[optional] interface XDeleteRows;
- /** returns if the resultset supports bookmark navigation.
+ /** returns if the result set supports bookmark navigation.
*/
[readonly, property] boolean IsBookmarkable;
- /** returns whether the resultset supports updating of newly inserted rows.
+ /** returns whether the result set supports updating of newly inserted rows.
This may not work, as the result set may contain automatic generated data
which is used as key information.
*/