summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/mozilla/XCloseSessionListener.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/mozilla/XCloseSessionListener.idl')
-rw-r--r--offapi/com/sun/star/mozilla/XCloseSessionListener.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/mozilla/XCloseSessionListener.idl b/offapi/com/sun/star/mozilla/XCloseSessionListener.idl
index c87a5053680f..408848b8033a 100644
--- a/offapi/com/sun/star/mozilla/XCloseSessionListener.idl
+++ b/offapi/com/sun/star/mozilla/XCloseSessionListener.idl
@@ -21,11 +21,9 @@
#include <com/sun/star/uno/XInterface.idl>
-//=============================================================================
module com { module sun { module star { module mozilla {
-//=============================================================================
// DocMerge from xml: interface com::sun::star::mozilla::XCloseSessionListener
@@ -33,7 +31,6 @@
*/
published interface XCloseSessionListener: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::mozilla::XCloseSessionListener::sessionClosed
@@ -45,7 +42,6 @@ published interface XCloseSessionListener: com::sun::star::uno::XInterface
[oneway] void sessionClosed( [in] any sessionData );
};
-//=============================================================================
}; }; }; };