summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/graphic/XGraphicObject.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/graphic/XGraphicObject.idl')
-rw-r--r--offapi/com/sun/star/graphic/XGraphicObject.idl14
1 files changed, 1 insertions, 13 deletions
diff --git a/offapi/com/sun/star/graphic/XGraphicObject.idl b/offapi/com/sun/star/graphic/XGraphicObject.idl
index 155b0a53b60d..895ef39dbe7e 100644
--- a/offapi/com/sun/star/graphic/XGraphicObject.idl
+++ b/offapi/com/sun/star/graphic/XGraphicObject.idl
@@ -28,14 +28,6 @@ interface XGraphic;
/** <code>XGraphicObject</code> objects represent in-memory image and graphic
objects.
- <p>Such objects are accessible using GraphicObject scheme URLs like
- <ul>
- <li>vnd.sun.star.GraphicObject:10000000000001940000012FB99807BD</li>
- </ul>
- The numeric portion of the url is formed from #UniqueID.
- As long as at least one instance of <code>XGraphicObject</code> with a particular UniqueID exists,
- the associated image/graphic is available.</p>
-
@see XGraphicObject
@see GraphicProvider
@see MediaProperties
@@ -45,11 +37,7 @@ interface XGraphicObject : ::com::sun::star::uno::XInterface
{
/** is the associated image/graphic for this object.
*/
- [attribute ] XGraphic Graphic;
-
- /** is the id that can be used to form the <code>vnd.sun.star.GraphicObject</code> url to address this object.
- */
- [attribute, readonly ] string UniqueID;
+ [attribute] XGraphic Graphic;
};
} ; } ; } ; } ;