summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/embed/InsertedObjectInfo.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/embed/InsertedObjectInfo.idl')
-rw-r--r--offapi/com/sun/star/embed/InsertedObjectInfo.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/embed/InsertedObjectInfo.idl b/offapi/com/sun/star/embed/InsertedObjectInfo.idl
index 5a89e5ca6a61..572520cef0ca 100644
--- a/offapi/com/sun/star/embed/InsertedObjectInfo.idl
+++ b/offapi/com/sun/star/embed/InsertedObjectInfo.idl
@@ -31,22 +31,18 @@
#include <com/sun/star/beans/NamedValue.idl>
#include <com/sun/star/embed/XEmbeddedObject.idl>
-//=============================================================================
module com { module sun { module star { module embed {
-//=============================================================================
/** is intended to provide result of creation of an embedded object by dialog.
*/
published struct InsertedObjectInfo
{
- //-------------------------------------------------------------------------
/** The new created embedded object.
*/
XEmbeddedObject Object;
- //-------------------------------------------------------------------------
/** Container related options selected by user.
<p>
@@ -59,7 +55,6 @@ published struct InsertedObjectInfo
};
-//=============================================================================
}; }; }; };