summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/frame/XTerminateListener2.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/frame/XTerminateListener2.idl')
-rw-r--r--offapi/com/sun/star/frame/XTerminateListener2.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/frame/XTerminateListener2.idl b/offapi/com/sun/star/frame/XTerminateListener2.idl
index 41d78c428e2a..680d274bf205 100644
--- a/offapi/com/sun/star/frame/XTerminateListener2.idl
+++ b/offapi/com/sun/star/frame/XTerminateListener2.idl
@@ -30,17 +30,14 @@
#include <com/sun/star/frame/XTerminateListener.idl>
-//=============================================================================
module com { module sun { module star { module frame {
-//=============================================================================
/** extend interface XTerminateListener so a listener will be informed
in case termination process was canceled by other reasons.
*/
interface XTerminateListener2 : ::com::sun::star::frame::XTerminateListener
{
- //-------------------------------------------------------------------------
/** is called when the master environment (e.g., desktop) was canceled in
it's terminate request.
@@ -61,7 +58,6 @@ interface XTerminateListener2 : ::com::sun::star::frame::XTerminateListener
void cancelTermination( [in] com::sun::star::lang::EventObject Event );
};
-//=============================================================================
}; }; }; };