summaryrefslogtreecommitdiffstats
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 30df1ce2a9c5..4732cda47197 100644
--- a/forms/source/component/clickableimage.hxx
+++ b/forms/source/component/clickableimage.hxx
@@ -153,7 +153,7 @@ namespace frm
// to be called from within the cloning-ctor of your derived class
void implInitializeImageURL( );
- DECL_LINK( OnImageImportDone, ::Graphic* );
+ DECL_LINK_TYPED( OnImageImportDone, ::Graphic*, void );
};
class ImageModelMethodGuard : public ::osl::MutexGuard