summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/TextEmbeddedObject.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/TextEmbeddedObject.idl')
-rw-r--r--offapi/com/sun/star/text/TextEmbeddedObject.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/text/TextEmbeddedObject.idl b/offapi/com/sun/star/text/TextEmbeddedObject.idl
index 615e60236360..6d6ddd329907 100644
--- a/offapi/com/sun/star/text/TextEmbeddedObject.idl
+++ b/offapi/com/sun/star/text/TextEmbeddedObject.idl
@@ -33,11 +33,9 @@
#include <com/sun/star/frame/XModel.idl>
-//=============================================================================
module com { module sun { module star { module text {
-//=============================================================================
// DocMerge from xml: service com::sun::star::text::TextEmbeddedObject
/** provides access to the properties and methods of an embedded object.
@@ -56,7 +54,6 @@ published service TextEmbeddedObject
The property can only be set as long as the object is not inserted into the document.
*/
[property] string CLSID;
- //-------------------------------------------------------------------------
/** This is the model for the OLE2 object.
<p>This property if void if the OLE2 is not an
@@ -64,7 +61,6 @@ published service TextEmbeddedObject
*/
[readonly, maybevoid, property] com::sun::star::frame::XModel Model;
- //-------------------------------------------------------------------------
/** This is the component for the OLE2 object.
@@ -72,7 +68,6 @@ published service TextEmbeddedObject
[readonly, maybevoid, property] com::sun::star::lang::XComponent Component;
};
-//=============================================================================
}; }; }; };