summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/embed/XInsertObjectDialog.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/embed/XInsertObjectDialog.idl')
-rw-r--r--offapi/com/sun/star/embed/XInsertObjectDialog.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/embed/XInsertObjectDialog.idl b/offapi/com/sun/star/embed/XInsertObjectDialog.idl
index f71a43800d2f..174b45665c5a 100644
--- a/offapi/com/sun/star/embed/XInsertObjectDialog.idl
+++ b/offapi/com/sun/star/embed/XInsertObjectDialog.idl
@@ -36,16 +36,13 @@
#include <com/sun/star/lang/IllegalArgumentException.idl>
#include <com/sun/star/beans/PropertyValue.idl>
-//=============================================================================
module com { module sun { module star { module embed {
-//=============================================================================
/** allows to create and initialize a new embedded object using GUI dialog.
*/
published interface XInsertObjectDialog: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** creates a new object using GUI dialog.
<p>
@@ -85,7 +82,6 @@ published interface XInsertObjectDialog: com::sun::star::uno::XInterface
::com::sun::star::uno::Exception );
};
-//=============================================================================
}; }; }; };