summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/document/XEmbeddedObjectSupplier.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/document/XEmbeddedObjectSupplier.idl')
-rw-r--r--offapi/com/sun/star/document/XEmbeddedObjectSupplier.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/document/XEmbeddedObjectSupplier.idl b/offapi/com/sun/star/document/XEmbeddedObjectSupplier.idl
index 251dcc0c4bf0..dfe393e70063 100644
--- a/offapi/com/sun/star/document/XEmbeddedObjectSupplier.idl
+++ b/offapi/com/sun/star/document/XEmbeddedObjectSupplier.idl
@@ -24,24 +24,20 @@
#include <com/sun/star/lang/XComponent.idl>
-//=============================================================================
module com { module sun { module star { module document {
-//=============================================================================
/** represents something that provides an embedded object.
*/
published interface XEmbeddedObjectSupplier: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** returns the object which is embedded into this object.
*/
com::sun::star::lang::XComponent getEmbeddedObject();
};
-//=============================================================================
}; }; }; };