summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/UnoControlDialogModelProvider.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/UnoControlDialogModelProvider.idl')
-rw-r--r--offapi/com/sun/star/awt/UnoControlDialogModelProvider.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/awt/UnoControlDialogModelProvider.idl b/offapi/com/sun/star/awt/UnoControlDialogModelProvider.idl
index 3e7534159bd9..94abbaa32919 100644
--- a/offapi/com/sun/star/awt/UnoControlDialogModelProvider.idl
+++ b/offapi/com/sun/star/awt/UnoControlDialogModelProvider.idl
@@ -23,11 +23,9 @@
#include <com/sun/star/beans/XPropertySet.idl>
#include <com/sun/star/lang/IllegalArgumentException.idl>
-//=============================================================================
module com { module sun { module star { module awt {
-//=============================================================================
/** specifies a service to load a dialog model and allows to access the control models inside
@@ -40,7 +38,6 @@ service UnoControlDialogModelProvider : com::sun::star::container::XNameContaine
create([in] string URL)raises ( com::sun::star::lang::IllegalArgumentException );
};
-//=============================================================================
}; }; }; };