summaryrefslogtreecommitdiff
path: root/forms/source/component/clickableimage.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/component/clickableimage.hxx')
-rw-r--r--forms/source/component/clickableimage.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/component/clickableimage.hxx b/forms/source/component/clickableimage.hxx
index 7a26a97f8d94..30df1ce2a9c5 100644
--- a/forms/source/component/clickableimage.hxx
+++ b/forms/source/component/clickableimage.hxx
@@ -77,7 +77,7 @@ namespace frm
::com::sun::star::uno::Reference< ::com::sun::star::form::submission::XSubmission >
m_xSubmissionDelegate;
- DECL_LINK( DownloadDoneLink, void* );
+ DECL_LINK_TYPED( DownloadDoneLink, void*, void );
inline ImageProducer* GetImageProducer() { return m_pProducer; }