offapi/com/sun/star/frame/XTerminateListener.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 1c856b3e282a43943f25717acd6ebbf6e2225f39 Author: Samuel Mehrbrodt <[email protected]> Date: Wed Sep 21 11:08:08 2016 +0000 Fix typo Change-Id: I3055f06c2b72d651ebf633bc46aaf682716a8fc2 Reviewed-on: https://gerrit.libreoffice.org/29139 Reviewed-by: Samuel Mehrbrodt <[email protected]> Tested-by: Samuel Mehrbrodt <[email protected]> diff --git a/offapi/com/sun/star/frame/XTerminateListener.idl b/offapi/com/sun/star/frame/XTerminateListener.idl index d9200b8..c0249e9 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) _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
