summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-04-26 11:27:02 +0100
committerCaolán McNamara <caolanm@redhat.com>2017-04-26 11:52:56 +0100
commite6628f7a77b4707fb6ed8bf94282eebc0221e0e3 (patch)
tree777cb670e76b3e7948e44cf32af9c8132eaa0e45 /offapi
parent505573b8c76fd8e99aae3ac2555a3fbb0ac9a975 (diff)
last private:resource ... bitmap user is gone
so drop private:resource ... bitmap example and remove bitmap case, bitmapex case persists Change-Id: Iabf7c48517c17e3117f88daa80a258b7303b85dd
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/graphic/MediaProperties.idl6
1 files changed, 1 insertions, 5 deletions
diff --git a/offapi/com/sun/star/graphic/MediaProperties.idl b/offapi/com/sun/star/graphic/MediaProperties.idl
index a107e2bec939..aa0182ad9e3c 100644
--- a/offapi/com/sun/star/graphic/MediaProperties.idl
+++ b/offapi/com/sun/star/graphic/MediaProperties.idl
@@ -44,17 +44,13 @@ published service MediaProperties
lying inside the resource system within an Office context:
<ul>
- <li>private:resource/projectshortname/bitmap/12345</li>
+ <li><code>private:graphicrepository/<em>&lt;path_in_repository&gt;</em></code></li>
<li>private:resource/projectshortname/bitmapex/12345</li>
</ul>
And additionally, GraphicObject scheme URLs like
<ul> <li>vnd.sun.star.GraphicObject:10000000000001940000012FB99807BD</li> </ul>
can be used to access graphics held by the GraphicCache implementation.
</p>
-
- <p>Yet more, you can access graphics in the application-wide image
- repository by specifying URLs of the form
- <code>private:graphicrepository/<em>&lt;path_in_repository&gt;</em></code>.
</p>
*/
[optional, property ] string URL;