From 6d9f07d53e9f89b5286637113198e61149a5c771 Mon Sep 17 00:00:00 2001 From: Samuel Mehrbrodt Date: Mon, 19 Sep 2016 17:05:36 +0200 Subject: tdf#102288 TerminationVetoException should only prevent termination When using a TerminationVetoException, all windows should be closed, but the process should be kept running. Change-Id: I71b0b57b6035a36f0325c8dea3cd38309408f176 Reviewed-on: https://gerrit.libreoffice.org/29031 Tested-by: Jenkins Reviewed-by: Thorsten Behrens --- offapi/com/sun/star/frame/TerminationVetoException.idl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'offapi') diff --git a/offapi/com/sun/star/frame/TerminationVetoException.idl b/offapi/com/sun/star/frame/TerminationVetoException.idl index 99f58d58acf3..135c9c1a76a1 100644 --- a/offapi/com/sun/star/frame/TerminationVetoException.idl +++ b/offapi/com/sun/star/frame/TerminationVetoException.idl @@ -33,6 +33,10 @@ After his own operation will be finished, he MUST try to terminate the office again. Any other veto listener can intercept that again or office will die really. + + Since LibreOffice 5.3: + Throwing this exception will only prevent *termination*. + Exiting LibreOffice will close all the windows, but the process will keep running.

@see XDesktop::terminate() -- cgit v1.2.3