summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/form/XSubmitListener.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/form/XSubmitListener.idl')
-rw-r--r--offapi/com/sun/star/form/XSubmitListener.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/form/XSubmitListener.idl b/offapi/com/sun/star/form/XSubmitListener.idl
index 1943c2071a2d..832a1a4896d1 100644
--- a/offapi/com/sun/star/form/XSubmitListener.idl
+++ b/offapi/com/sun/star/form/XSubmitListener.idl
@@ -42,9 +42,9 @@
//=============================================================================
-/** receives notifications about data beeing submitted.
+/** receives notifications about data being submitted.
- <p>The submission may be cancelled, so the listener has the possibility
+ <p>The submission may be canceled, so the listener has the possibility
of verifying the data before submission.</p>
@see XSubmit
@@ -60,7 +60,7 @@ published interface XSubmitListener: com::sun::star::lang::XEventListener
/** is invoked when a component is about to submit it's data.
@param aEvent
- the event happend
+ the event happened
@returns
<TRUE/> when submitting was approved, otherwise <FALSE/>.