diff options
-rw-r--r-- | offapi/com/sun/star/frame/XTerminateListener.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/frame/XTerminateListener.idl b/offapi/com/sun/star/frame/XTerminateListener.idl index d9200b856067..c0249e9bf116 100644 --- a/offapi/com/sun/star/frame/XTerminateListener.idl +++ b/offapi/com/sun/star/frame/XTerminateListener.idl @@ -54,7 +54,7 @@ published interface XTerminateListener: com::sun::star::lang::XEventListener raises( TerminationVetoException ); /** is called when the master environment is finally terminated. - Not veto will be accepted then. + No veto will be accepted then. @param Event describe the source of the event (e.g., the desktop) |