summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/sdbcx/XDeleteRows.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdbcx/XDeleteRows.idl')
-rw-r--r--offapi/com/sun/star/sdbcx/XDeleteRows.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/sdbcx/XDeleteRows.idl b/offapi/com/sun/star/sdbcx/XDeleteRows.idl
index 03c772ce01ae..d2924e388e63 100644
--- a/offapi/com/sun/star/sdbcx/XDeleteRows.idl
+++ b/offapi/com/sun/star/sdbcx/XDeleteRows.idl
@@ -51,7 +51,7 @@ published interface XDeleteRows: com::sun::star::uno::XInterface
row. The array is ordered according to the order in
which bookmarks were given.
@throws com::sun::star::sdbc::SQLException
- if a fatal error occurs, for intance, the connection gets lost if bookmarks
+ if a fatal error occurs, for instance, the connection gets lost if bookmarks
are used which do not belong to the according result set.
*/
sequence<long> deleteRows([in]sequence<any> rows)