summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-03-17 13:36:00 +0200
committerTor Lillqvist <tlillqvist@novell.com>2011-03-17 13:36:00 +0200
commit2f8f972e8c9a0b6d22412875402824e35988e6af (patch)
tree073e04ee7dbc192210c6071fb01d576242cf5713 /framework
parentf2f00bd3752c1dc3a3e47099bd81bc2057577b0d (diff)
Add FWE_DLLPUBLIC
Diffstat (limited to 'framework')
-rwxr-xr-xframework/inc/framework/imageproducer.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/inc/framework/imageproducer.hxx b/framework/inc/framework/imageproducer.hxx
index 801cb343f3..4c90c2b13b 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