summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdbc/Statement.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdbc/Statement.idl')
-rw-r--r--offapi/com/sun/star/sdbc/Statement.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/sdbc/Statement.idl b/offapi/com/sun/star/sdbc/Statement.idl
index fc66d2cdac32..8acb7216cb94 100644
--- a/offapi/com/sun/star/sdbc/Statement.idl
+++ b/offapi/com/sun/star/sdbc/Statement.idl
@@ -68,7 +68,7 @@ published service Statement
[optional] interface com::sun::star::lang::XComponent;
- /** freeing all resources of a statement. A related resultset will be
+ /** freeing all resources of a statement. A related result set will be
freed as well.
*/
interface XCloseable;
@@ -76,7 +76,7 @@ published service Statement
// gives access to the properties.
interface com::sun::star::beans::XPropertySet;
- /** 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 an SQL statement.
The implementation is optional.
*/
@@ -163,7 +163,7 @@ published service Statement
the database does not support positioned update/delete, this property is
a noop. To insure that a cursor has the proper isolation level to support
updates, the cursor's SELECT statement should be of the form
- 'select for update ...'. If the 'for update' phrase is omitted,
+ "select for update ...". If the "for update" phrase is omitted,
positioned updates may fail.
</p>
<p>