diff options
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/control/fixedhyper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/control/fixedhyper.cxx b/vcl/source/control/fixedhyper.cxx index 51a12f661cf9..8cfff9620358 100644 --- a/vcl/source/control/fixedhyper.cxx +++ b/vcl/source/control/fixedhyper.cxx @@ -149,7 +149,7 @@ bool FixedHyperlink::set_property(const OString &rKey, const OString &rValue) return true; } -IMPL_LINK(FixedHyperlink, HandleClick, FixedHyperlink&, rHyperlink, void) +IMPL_STATIC_LINK(FixedHyperlink, HandleClick, FixedHyperlink&, rHyperlink, void) { if ( rHyperlink.m_sURL.isEmpty() ) // Nothing to do, when the URL is empty return; |