summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
Diffstat (limited to 'forms')
-rw-r--r--forms/source/component/clickableimage.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/component/clickableimage.cxx b/forms/source/component/clickableimage.cxx
index d8d3bd334ca1..7ac70bb3e6b0 100644
--- a/forms/source/component/clickableimage.cxx
+++ b/forms/source/component/clickableimage.cxx
@@ -795,7 +795,7 @@ namespace frm
m_bProdStarted = false;
// Kick off download (caution: can be synchronous).
- m_pMedium->Download(STATIC_LINK(this, OClickableImageBaseModel, DownloadDoneLink));
+ m_pMedium->Download(LINK(this, OClickableImageBaseModel, DownloadDoneLink));
}
else
{