diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2016-09-21 11:08:08 +0000 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2016-09-21 11:16:06 +0000 |
commit | 1c856b3e282a43943f25717acd6ebbf6e2225f39 (patch) | |
tree | 3e79ee32bcf8508644a275a455102018734096fc /offapi/com/sun/star/frame | |
parent | 6d0b2791c41f27068ef165c020193ff8b30e4ea8 (diff) |
Fix typo
Change-Id: I3055f06c2b72d651ebf633bc46aaf682716a8fc2
Reviewed-on: https://gerrit.libreoffice.org/29139
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'offapi/com/sun/star/frame')
-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) |