From cbbca8d13d02cee0ba5081a714742d8e17613d32 Mon Sep 17 00:00:00 2001 From: Tomaž Vajngerl Date: Sat, 21 Apr 2018 14:39:33 +0900 Subject: [API CHANGE] MediaProperties don't accept GraphicObject URL anymore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This changes the description for URL property as it doesn't support GraphicObject URL (vnd.sun.star.GraphicObject) anymore so not a direct API change, but it is a significant functional change. Change-Id: Ie440d2140274243733a18ebc18089d2daa820c74 Reviewed-on: https://gerrit.libreoffice.org/53243 Reviewed-by: Tomaž Vajngerl Tested-by: Tomaž Vajngerl --- offapi/com/sun/star/graphic/MediaProperties.idl | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'offapi') diff --git a/offapi/com/sun/star/graphic/MediaProperties.idl b/offapi/com/sun/star/graphic/MediaProperties.idl index 590d6fb999ce..bc2df8d424fa 100644 --- a/offapi/com/sun/star/graphic/MediaProperties.idl +++ b/offapi/com/sun/star/graphic/MediaProperties.idl @@ -42,15 +42,18 @@ published service MediaProperties

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 graphicrepository system within an Office context: -

  • private:graphicrepository/<path_in_repository>
-And additionally, GraphicObject scheme URLs like -
  • vnd.sun.star.GraphicObject:10000000000001940000012FB99807BD
- can be used to access graphics held by the GraphicCache implementation.

-

+ +

+ Note: As of LibreOffice 6.1 GraphicObject scheme URLs are not supported anymore. + For example: +

    +
  • vnd.sun.star.GraphicObject:10000000000001940000012FB99807BD
  • +
+

*/ [optional, property ] string URL; -- cgit