diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-06-26 14:38:44 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-06-26 16:49:07 +0200 |
commit | 8f1569568a2816dd4c6e4d9f015557d451ccfadf (patch) | |
tree | c10d65b10705b62e446a8c4d455422ee7e33b719 /include/framework/addonsoptions.hxx | |
parent | f6604dd2cfbc6d4041ef019951a7f1341197ee26 (diff) |
use underlying BitmapEx
Change-Id: I1ddc5a50a54bb230af1c76a8098c68fdb0495df0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97234
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/framework/addonsoptions.hxx')
-rw-r--r-- | include/framework/addonsoptions.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
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 |