summaryrefslogtreecommitdiff
path: root/forms/source/component/ImageControl.hxx
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-06-20 22:36:14 +0200
committerFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-06-20 22:36:14 +0200
commitddc43ba8f731c103d24daf8537d5437800ae0c09 (patch)
tree78d5255a5baf883a1c3acafda99b382f721c99e6 /forms/source/component/ImageControl.hxx
parent16ae4c1524769458f6d205430e7dcb8fc4ae333b (diff)
unoawt: now that the image control/model are not connected via XImageProducer/Consumer anymore, ensure that images loaded from a database document are displayed, too
Diffstat (limited to 'forms/source/component/ImageControl.hxx')
-rw-r--r--forms/source/component/ImageControl.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/forms/source/component/ImageControl.hxx b/forms/source/component/ImageControl.hxx
index eb0e15660ca6..c31216fc8aca 100644
--- a/forms/source/component/ImageControl.hxx
+++ b/forms/source/component/ImageControl.hxx
@@ -140,6 +140,8 @@ protected:
bound field, or the control itself if there is no bound field
*/
sal_Bool impl_updateStreamForURL_lck( const ::rtl::OUString& _rURL, ValueChangeInstigator _eInstigator );
+
+ DECL_LINK( OnImageImportDone, ::Graphic* );
};
//==================================================================