summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/text/XTextEmbeddedObject.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/XTextEmbeddedObject.idl')
-rw-r--r--offapi/com/sun/star/text/XTextEmbeddedObject.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/text/XTextEmbeddedObject.idl b/offapi/com/sun/star/text/XTextEmbeddedObject.idl
index 91cdea9e0372..1f1097acc13a 100644
--- a/offapi/com/sun/star/text/XTextEmbeddedObject.idl
+++ b/offapi/com/sun/star/text/XTextEmbeddedObject.idl
@@ -24,11 +24,9 @@
#include <com/sun/star/uno/XInterface.idl>
-//=============================================================================
module com { module sun { module star { module text {
-//=============================================================================
// DocMerge from xml: interface com::sun::star::text::XTextEmbeddedObject
/** f t!
@@ -41,7 +39,6 @@
*/
published interface XTextEmbeddedObject: com::sun::star::text::XTextContent
{
- //-------------------------------------------------------------------------
// DocMerge from idl: method com::sun::star::text::XTextEmbeddedObject::getObject
/** @returns an interface to the linked object that is contained in
@@ -49,7 +46,6 @@ published interface XTextEmbeddedObject: com::sun::star::text::XTextContent
*/
com::sun::star::uno::XInterface getObject();
- //-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::text::XTextEmbeddedObject::setObject
/** sets an object into the TextEmbeddedObject.
@@ -58,7 +54,6 @@ published interface XTextEmbeddedObject: com::sun::star::text::XTextContent
};
-//=============================================================================
}; }; }; };