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.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/forms/source/component/clickableimage.hxx b/forms/source/component/clickableimage.hxx
index 4a9b6880f6ff..ba0d752a8a57 100644
--- a/forms/source/component/clickableimage.hxx
+++ b/forms/source/component/clickableimage.hxx
@@ -77,7 +77,7 @@ namespace frm
css::uno::Reference< css::form::submission::XSubmission >
m_xSubmissionDelegate;
- DECL_LINK_TYPED( DownloadDoneLink, void*, void );
+ DECL_LINK( DownloadDoneLink, void*, void );
inline ImageProducer* GetImageProducer() { return m_pProducer; }
@@ -153,7 +153,7 @@ namespace frm
// to be called from within the cloning-ctor of your derived class
void implInitializeImageURL( );
- DECL_LINK_TYPED( OnImageImportDone, ::Graphic*, void );
+ DECL_LINK( OnImageImportDone, ::Graphic*, void );
};
class ImageModelMethodGuard : public ::osl::MutexGuard