summaryrefslogtreecommitdiff
path: root/forms/source/component/clickableimage.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/component/clickableimage.cxx')
-rw-r--r--forms/source/component/clickableimage.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/source/component/clickableimage.cxx b/forms/source/component/clickableimage.cxx
index 7ac70bb3e6b0..a0ac4c07a4da 100644
--- a/forms/source/component/clickableimage.cxx
+++ b/forms/source/component/clickableimage.cxx
@@ -822,10 +822,10 @@ namespace frm
}
- IMPL_STATIC_LINK( OClickableImageBaseModel, DownloadDoneLink, void*, EMPTYARG )
+ IMPL_LINK_NOARG( OClickableImageBaseModel, DownloadDoneLink )
{
- ::osl::MutexGuard aGuard( pThis->m_aMutex );
- pThis->DownloadDone();
+ ::osl::MutexGuard aGuard( m_aMutex );
+ DownloadDone();
return 0;
}