summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/awt/XDialogProvider2.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/XDialogProvider2.idl')
-rw-r--r--offapi/com/sun/star/awt/XDialogProvider2.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/awt/XDialogProvider2.idl b/offapi/com/sun/star/awt/XDialogProvider2.idl
index 10ca564d4cd1..e2655d5177cc 100644
--- a/offapi/com/sun/star/awt/XDialogProvider2.idl
+++ b/offapi/com/sun/star/awt/XDialogProvider2.idl
@@ -33,18 +33,15 @@
#include <com/sun/star/beans/NamedValue.idl>
-//=============================================================================
module com { module sun { module star { module awt {
-//=============================================================================
/** provides dialogs implementing the
<type scope="com::sun::star::awt">XDialog</type> interface.
*/
interface XDialogProvider2 : ::com::sun::star::awt::XDialogProvider {
- //-------------------------------------------------------------------------
/** creates a dialog for the given URL accepting an Interface used
to handle dialog events.
@@ -126,7 +123,6 @@ interface XDialogProvider2 : ::com::sun::star::awt::XDialogProvider {
raises ( com::sun::star::lang::IllegalArgumentException );
};
-//=============================================================================
}; }; }; };