summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdb/XRowSetApproveListener.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdb/XRowSetApproveListener.idl')
-rw-r--r--offapi/com/sun/star/sdb/XRowSetApproveListener.idl14
1 files changed, 7 insertions, 7 deletions
diff --git a/offapi/com/sun/star/sdb/XRowSetApproveListener.idl b/offapi/com/sun/star/sdb/XRowSetApproveListener.idl
index 04d06b90fb56..c2388024e1e5 100644
--- a/offapi/com/sun/star/sdb/XRowSetApproveListener.idl
+++ b/offapi/com/sun/star/sdb/XRowSetApproveListener.idl
@@ -38,14 +38,14 @@
module com { module sun { module star { module sdb {
-/** is used for approving the moving and changing of rowset actions.
+/** is used for approving the moving and changing of row set actions.
*/
published interface XRowSetApproveListener: com::sun::star::lang::XEventListener
{
- /** is called before a rowset's cursor is moved.
+ /** is called before a row set's cursor is moved.
@param event
- the event which happend
+ the event which happened
@returns <TRUE/> when moving is allowed, otherwise <FALSE/>
*/
boolean approveCursorMove([in]com::sun::star::lang::EventObject event);
@@ -53,16 +53,16 @@ published interface XRowSetApproveListener: com::sun::star::lang::XEventListener
/** is called before a row is inserted, updated, or deleted.
@param event
- the event which happend
+ the event which happened
@returns <TRUE/> when changing is allowed, otherwise <FALSE/>
*/
boolean approveRowChange([in]RowChangeEvent event);
//-------------------------------------------------------------------------
- /** is called before a rowset is changed, or in other words
- before a rowset is reexecuted.
+ /** is called before a row set is changed, or in other words
+ before a row set is reexecuted.
@param event
- the event which happend
+ the event which happened
@returns <TRUE/> when changing is allowed, otherwise <FALSE/>
*/
boolean approveRowSetChange([in]com::sun::star::lang::EventObject event);