diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-04-27 11:07:35 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-04-27 13:29:58 +0100 |
commit | b100796c3922fe8fe83628053fc0294bd48b044a (patch) | |
tree | 757436924977496ee387129de0e8ebe5d4e00b63 /offapi | |
parent | 0d95753e4292b1e1338268acdcbe638d3de97e2b (diff) |
last private:resource ... bitmapex user is gone
so drop private:resource ... bitmapex example and update docs
Change-Id: I244c575573cffda5eb8ca52afd2f4a04a9b18f14
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/graphic/MediaProperties.idl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/offapi/com/sun/star/graphic/MediaProperties.idl b/offapi/com/sun/star/graphic/MediaProperties.idl index aa0182ad9e3c..590d6fb999ce 100644 --- a/offapi/com/sun/star/graphic/MediaProperties.idl +++ b/offapi/com/sun/star/graphic/MediaProperties.idl @@ -41,11 +41,10 @@ published service MediaProperties <p>In addition to the normal protocols like file:// or http:// you can use private URLs as follows to get access to graphics - lying inside the resource system within an Office context: + lying inside the graphicrepository system within an Office context: <ul> <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> |