diff options
Diffstat (limited to 'include/framework')
-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 |