summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/frame/TerminationVetoException.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/frame/TerminationVetoException.idl')
-rw-r--r--offapi/com/sun/star/frame/TerminationVetoException.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/frame/TerminationVetoException.idl b/offapi/com/sun/star/frame/TerminationVetoException.idl
index 609f8208d8c4..43da0d801736 100644
--- a/offapi/com/sun/star/frame/TerminationVetoException.idl
+++ b/offapi/com/sun/star/frame/TerminationVetoException.idl
@@ -30,11 +30,9 @@
#include <com/sun/star/uno/Exception.idl>
-//=============================================================================
module com { module sun { module star { module frame {
-//=============================================================================
/** can be thrown by a <type>XTerminateListener</type> to prevent the environment
(e.g., desktop) from terminating
@@ -53,7 +51,6 @@ published exception TerminationVetoException: com::sun::star::uno::Exception
{
};
-//=============================================================================
}; }; }; };