summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/document/XEmbeddedObjectSupplier2.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/document/XEmbeddedObjectSupplier2.idl')
-rw-r--r--offapi/com/sun/star/document/XEmbeddedObjectSupplier2.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/document/XEmbeddedObjectSupplier2.idl b/offapi/com/sun/star/document/XEmbeddedObjectSupplier2.idl
index e484a1160c90..22b957366be9 100644
--- a/offapi/com/sun/star/document/XEmbeddedObjectSupplier2.idl
+++ b/offapi/com/sun/star/document/XEmbeddedObjectSupplier2.idl
@@ -25,17 +25,14 @@
#include <com/sun/star/document/XEmbeddedObjectSupplier.idl>
-//=============================================================================
module com { module sun { module star { module document {
-//=============================================================================
/** represents something that provides an embedded object.
*/
interface XEmbeddedObjectSupplier2: com::sun::star::document::XEmbeddedObjectSupplier
{
- //-------------------------------------------------------------------------
/** returns the object which is embedded into this object.
<p>
@@ -45,19 +42,16 @@ interface XEmbeddedObjectSupplier2: com::sun::star::document::XEmbeddedObjectSup
*/
com::sun::star::embed::XEmbeddedObject getExtendedControlOverEmbeddedObject();
- //-------------------------------------------------------------------------
/** allows to control the aspect of the object.
*/
[attribute] hyper Aspect;
- //-------------------------------------------------------------------------
/** allows to get the replacement image of the object.
*/
[attribute,readonly] com::sun::star::graphic::XGraphic ReplacementGraphic;
};
-//=============================================================================
}; }; }; };