diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-03-17 13:36:00 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-03-17 13:36:00 +0200 |
commit | 0e425e43c7759ef82e501373f9e6b29df04dd5d2 (patch) | |
tree | 2e8b4abc4fd505fd7ddda7290742ca8cb220a107 /framework/inc | |
parent | 48fcd51124430438260c5b8b1af7b78718fe3e78 (diff) |
Add FWE_DLLPUBLIC
Diffstat (limited to 'framework/inc')
-rwxr-xr-x | framework/inc/framework/imageproducer.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/inc/framework/imageproducer.hxx b/framework/inc/framework/imageproducer.hxx index 8c0679b98ce7..9010af0cf10e 100755 --- a/framework/inc/framework/imageproducer.hxx +++ b/framework/inc/framework/imageproducer.hxx @@ -49,7 +49,7 @@ typedef Image ( *pfunc_getImage)( pfunc_getImage FWE_DLLPUBLIC SAL_CALL SetImageProducer( pfunc_getImage pGetImageFunc ); -Image SAL_CALL GetImageFromURL( +Image FWE_DLLPUBLIC SAL_CALL GetImageFromURL( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& rFrame, const ::rtl::OUString& aURL, bool bBig |