summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/form/XLoadListener.idl
diff options
context:
space:
mode:
authorArmin Le Grand <alg@apache.org>2014-07-14 19:09:11 +0000
committerArmin Le Grand <alg@apache.org>2014-07-14 19:09:11 +0000
commit3c1d4742e649fe9c8aed8c2817fe3e1f3364f298 (patch)
treee0c6e02c89aa9227726c9469da1001b3e29c41df /offapi/com/sun/star/form/XLoadListener.idl
parentc5c31e2aeaedbdf76e1f38d3c385e34f5ed875ca (diff)
Resync to trunk, windows non-pro buildaoo/aw080
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 );
};