summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/awt/XDialogProvider.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/XDialogProvider.idl')
-rw-r--r--offapi/com/sun/star/awt/XDialogProvider.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/awt/XDialogProvider.idl b/offapi/com/sun/star/awt/XDialogProvider.idl
index 80d462f79c4e..f32f05bd0ad6 100644
--- a/offapi/com/sun/star/awt/XDialogProvider.idl
+++ b/offapi/com/sun/star/awt/XDialogProvider.idl
@@ -34,18 +34,15 @@
#include <com/sun/star/lang/IllegalArgumentException.idl>
-//=============================================================================
module com { module sun { module star { module awt {
-//=============================================================================
/** provides dialogs implementing the
<type scope="com::sun::star::awt">XDialog</type> interface.
*/
interface XDialogProvider : ::com::sun::star::uno::XInterface {
- //-------------------------------------------------------------------------
/** creates a dialog for the given URL.
@@ -63,7 +60,6 @@ interface XDialogProvider : ::com::sun::star::uno::XInterface {
};
-//=============================================================================
}; }; }; };