summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/awt/XDialogEventHandler.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/XDialogEventHandler.idl')
-rw-r--r--offapi/com/sun/star/awt/XDialogEventHandler.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/awt/XDialogEventHandler.idl b/offapi/com/sun/star/awt/XDialogEventHandler.idl
index 7b0af4f8d034..8fbf0047548e 100644
--- a/offapi/com/sun/star/awt/XDialogEventHandler.idl
+++ b/offapi/com/sun/star/awt/XDialogEventHandler.idl
@@ -34,18 +34,15 @@
#include <com/sun/star/lang/WrappedTargetException.idl>
-//=============================================================================
module com { module sun { module star { module awt {
-//=============================================================================
/** Handles events fired by dialogs represented by a
<type scope="com::sun::star::awt">XDialog</type> interface.
*/
interface XDialogEventHandler : ::com::sun::star::uno::XInterface {
- //-------------------------------------------------------------------------
/** Handles an event generated by a dialog.
@@ -94,7 +91,6 @@ interface XDialogEventHandler : ::com::sun::star::uno::XInterface {
sequence<string> getSupportedMethodNames();
};
-//=============================================================================
}; }; }; };