summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/form/XLoadListener.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/form/XLoadListener.idl')
-rw-r--r--offapi/com/sun/star/form/XLoadListener.idl10
1 files changed, 5 insertions, 5 deletions
diff --git a/offapi/com/sun/star/form/XLoadListener.idl b/offapi/com/sun/star/form/XLoadListener.idl
index a57378e7dc97..bd327234c037 100644
--- a/offapi/com/sun/star/form/XLoadListener.idl
+++ b/offapi/com/sun/star/form/XLoadListener.idl
@@ -54,7 +54,7 @@ published interface XLoadListener: com::sun::star::lang::XEventListener
/** is invoked when the object has successfully connected to a datasource.
@param aEvent
- the event happend.
+ the event happened.
*/
[oneway] void loaded( [in] com::sun::star::lang::EventObject aEvent );
@@ -65,7 +65,7 @@ published interface XLoadListener: com::sun::star::lang::XEventListener
the event source before the object is unloaded.</p>
@param aEvent
- the event happend.
+ the event happened.
*/
[oneway] void unloading( [in] com::sun::star::lang::EventObject aEvent );
@@ -74,7 +74,7 @@ published interface XLoadListener: com::sun::star::lang::XEventListener
/** is invoked after the object has disconnected from a datasource.
@param aEvent
- the event happend.
+ the event happened.
*/
[oneway] void unloaded( [in] com::sun::star::lang::EventObject aEvent );
@@ -86,7 +86,7 @@ published interface XLoadListener: com::sun::star::lang::XEventListener
to the event source until they get the reloaded event.</p>
@param aEvent
- the event happend.
+ the event happened.
*/
[oneway] void reloading( [in] com::sun::star::lang::EventObject aEvent );
@@ -95,7 +95,7 @@ published interface XLoadListener: com::sun::star::lang::XEventListener
/** is invoked when the object has been reloaded.
@param aEvent
- the event happend.
+ the event happened.
*/
[oneway] void reloaded( [in] com::sun::star::lang::EventObject aEvent );
};