summaryrefslogtreecommitdiff
path: root/framework/inc/framework/imageproducer.hxx
diff options
context:
space:
mode:
authorCarsten Driesner <cd@openoffice.org>2011-02-16 10:30:35 +0100
committerCarsten Driesner <cd@openoffice.org>2011-02-16 10:30:35 +0100
commit9fdc2716aada42ccb8f60e14555dab10de2c67eb (patch)
tree38fd489d7d0e4aaf5ef8dcf39ff013969fd7adf7 /framework/inc/framework/imageproducer.hxx
parentc696055fbc116a65aac158fe6747079a3af44be4 (diff)
parentcd0d6a5a6775f197fdb7e78b54c8133074a7a236 (diff)
fwk165: Rebase to DEV300m100
Diffstat (limited to 'framework/inc/framework/imageproducer.hxx')
-rw-r--r--framework/inc/framework/imageproducer.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/inc/framework/imageproducer.hxx b/framework/inc/framework/imageproducer.hxx
index 595b4c913744..02042e44a2e2 100644
--- a/framework/inc/framework/imageproducer.hxx
+++ b/framework/inc/framework/imageproducer.hxx
@@ -40,11 +40,11 @@
namespace framework
{
-typedef Image ( *pfunc_getImage)( const ::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, sal_Bool bBig, sal_Bool bHiContrast );
pfunc_getImage FWE_DLLPUBLIC SAL_CALL SetImageProducer( pfunc_getImage pGetImageFunc );
-Image FWE_DLLPUBLIC SAL_CALL GetImageFromURL( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& rFrame, const ::rtl::OUString& aURL, BOOL bBig, BOOL bHiContrast );
+Image FWE_DLLPUBLIC SAL_CALL GetImageFromURL( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& rFrame, const ::rtl::OUString& aURL, sal_Bool bBig, sal_Bool bHiContrast );
}