From dfdc165a48d711b867961d1f75ee36a1c9596dc0 Mon Sep 17 00:00:00 2001 From: Tomaž Vajngerl Date: Wed, 25 Apr 2018 19:36:21 +0900 Subject: restore and deprecate FillBitmapURL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit FillBitmapURL was restored so when setting the property, it loads the Bitmap from the provided URL and creates a XBitmap. Get is not supported anymore however. Change-Id: Ie250d9f751ba33fc45b759dd3a773b4ec5c864d3 Reviewed-on: https://gerrit.libreoffice.org/53443 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl --- offapi/com/sun/star/drawing/FillProperties.idl | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'offapi/com') diff --git a/offapi/com/sun/star/drawing/FillProperties.idl b/offapi/com/sun/star/drawing/FillProperties.idl index 8897a826a07a..a1fdbf41189f 100644 --- a/offapi/com/sun/star/drawing/FillProperties.idl +++ b/offapi/com/sun/star/drawing/FillProperties.idl @@ -104,6 +104,14 @@ published service FillProperties /** If the property #FillStyle is set to FillStyle::BITMAP, this is a URL to the bitmap used. + + @deprecated as of LibreOffice 6.1, use FillBitmap + + Note the new behaviour since it this was deprecated: + This property can only be set and only external URLs are + supported (no more vnd.sun.star.GraphicObject scheme). When a + URL is set, then it will load the bitmap and set the FillBitmap + property. */ [optional, property] string FillBitmapURL; -- cgit