summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/awt/XDialog2.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/XDialog2.idl')
-rw-r--r--offapi/com/sun/star/awt/XDialog2.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/awt/XDialog2.idl b/offapi/com/sun/star/awt/XDialog2.idl
index 17876ab13223..3e238cc910b7 100644
--- a/offapi/com/sun/star/awt/XDialog2.idl
+++ b/offapi/com/sun/star/awt/XDialog2.idl
@@ -5,11 +5,9 @@
#include <com/sun/star/awt/XDialog.idl>
-//=============================================================================
module com { module sun { module star { module awt {
-//=============================================================================
/** Makes it possible to end a dialog and set a help id.
@@ -27,7 +25,6 @@ published interface XDialog2: com::sun::star::awt::XDialog
void setHelpId ( [in] string Id );
};
-//=============================================================================
}; }; }; };