diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-04-26 11:27:02 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-04-26 11:52:56 +0100 |
commit | e6628f7a77b4707fb6ed8bf94282eebc0221e0e3 (patch) | |
tree | 777cb670e76b3e7948e44cf32af9c8132eaa0e45 /offapi/com | |
parent | 505573b8c76fd8e99aae3ac2555a3fbb0ac9a975 (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/com')
-rw-r--r-- | offapi/com/sun/star/graphic/MediaProperties.idl | 6 |
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><path_in_repository></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><path_in_repository></em></code>. </p> */ [optional, property ] string URL; |