From 8f1569568a2816dd4c6e4d9f015557d451ccfadf Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 26 Jun 2020 14:38:44 +0100 Subject: use underlying BitmapEx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I1ddc5a50a54bb230af1c76a8098c68fdb0495df0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97234 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- include/framework/addonsoptions.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/framework') diff --git a/include/framework/addonsoptions.hxx b/include/framework/addonsoptions.hxx index deb53e2a1e7e..0f14b8e2323a 100644 --- a/include/framework/addonsoptions.hxx +++ b/include/framework/addonsoptions.hxx @@ -238,8 +238,8 @@ class UNLESS_MERGELIBS(FWE_DLLPUBLIC) AddonsOptions @onerror An empty image *//*-*****************************************************************************************************/ - Image GetImageFromURL( const OUString& aURL, bool bBig, bool bNoScale ) const; - Image GetImageFromURL( const OUString& aURL, bool bBig ) const; + BitmapEx GetImageFromURL( const OUString& aURL, bool bBig, bool bNoScale ) const; + BitmapEx GetImageFromURL( const OUString& aURL, bool bBig ) const; // private methods -- cgit