From e6628f7a77b4707fb6ed8bf94282eebc0221e0e3 Mon Sep 17 00:00:00 2001
From: Caolán McNamara
Date: Wed, 26 Apr 2017 11:27:02 +0100
Subject: last private:resource ... bitmap user is gone
so drop private:resource ... bitmap example and remove bitmap case,
bitmapex case persists
Change-Id: Iabf7c48517c17e3117f88daa80a258b7303b85dd
---
offapi/com/sun/star/graphic/MediaProperties.idl | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
(limited to 'offapi')
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:
- - private:resource/projectshortname/bitmap/12345
+ private:graphicrepository/<path_in_repository>
- private:resource/projectshortname/bitmapex/12345
And additionally, GraphicObject scheme URLs like
- vnd.sun.star.GraphicObject:10000000000001940000012FB99807BD
can be used to access graphics held by the GraphicCache implementation.
-
- Yet more, you can access graphics in the application-wide image
- repository by specifying URLs of the form
- private:graphicrepository/<path_in_repository>
.
*/
[optional, property ] string URL;
--
cgit