summaryrefslogtreecommitdiff
path: root/framework/inc/helper/imageproducer.hxx
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2010-06-17 18:13:10 +0200
committerMathias Bauer <mba@openoffice.org>2010-06-17 18:13:10 +0200
commit32a69fe0c6918c01a32c36b1281a359ea0214863 (patch)
tree4d5871a4eff2a85dc0134c4da8e35750690767c2 /framework/inc/helper/imageproducer.hxx
parentcd24cd260c8112aa71f657b2de8381cc8f1e8c8e (diff)
parent34dd33af79caf3a13ec3a4e7098616ac0b16cf50 (diff)
CWS mba33issues01: rebase to m83
Diffstat (limited to 'framework/inc/helper/imageproducer.hxx')
-rw-r--r--framework/inc/helper/imageproducer.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/inc/helper/imageproducer.hxx b/framework/inc/helper/imageproducer.hxx
index 6d8885a5fa96..dff0ccfd1049 100644
--- a/framework/inc/helper/imageproducer.hxx
+++ b/framework/inc/helper/imageproducer.hxx
@@ -39,11 +39,11 @@
namespace framework
{
-typedef Image ( *pfunc_getImage)( ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& rFrame, const ::rtl::OUString& aURL, BOOL bBig, BOOL bHiContrast );
+typedef Image ( *pfunc_getImage)( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& rFrame, const ::rtl::OUString& aURL, BOOL bBig, BOOL bHiContrast );
pfunc_getImage SAL_CALL SetImageProducer( pfunc_getImage pGetImageFunc );
-Image SAL_CALL GetImageFromURL( ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& rFrame, const ::rtl::OUString& aURL, BOOL bBig, BOOL bHiContrast );
+Image SAL_CALL GetImageFromURL( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& rFrame, const ::rtl::OUString& aURL, BOOL bBig, BOOL bHiContrast );
}