summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/util/XCloseBroadcaster.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/util/XCloseBroadcaster.idl')
-rw-r--r--offapi/com/sun/star/util/XCloseBroadcaster.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/util/XCloseBroadcaster.idl b/offapi/com/sun/star/util/XCloseBroadcaster.idl
index 7bf7e0f892d5..84541f4fc7fc 100644
--- a/offapi/com/sun/star/util/XCloseBroadcaster.idl
+++ b/offapi/com/sun/star/util/XCloseBroadcaster.idl
@@ -46,10 +46,10 @@
The called object for closing must post the closing events immediately
and before any internal cancel operations will be started.
If a listener disagree with that it should throw a <type>CloseVetoException</type>
- and called function <method>XCloseable::close</method> must be breaked immediately.
+ and called function <method>XCloseable::close</method> must be broken immediately.
It's not allowed to catch it inside the close() request.
If no listener nor internal processes hinder the object on closing
- all listener get's a notification about real closing.
+ all listeners get a notification about real closing.
</p>
@see
@@ -60,7 +60,7 @@ published interface XCloseBroadcaster: com::sun::star::uno::XInterface
/** adds the specified listener to receive or have a veto for "close" events
@param Listener
- the listener wich is interest on closing events
+ the listener which is interest on closing events
*/
[oneway] void addCloseListener( [in] XCloseListener Listener );
@@ -68,7 +68,7 @@ published interface XCloseBroadcaster: com::sun::star::uno::XInterface
/** removes the specified listener
@param Listener
- the listener wich isn't interest on closing events anylonger
+ the listener which isn't interest on closing events any longer
*/
[oneway] void removeCloseListener( [in] XCloseListener Listener );
};