diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-10-20 12:59:44 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-10-20 12:59:44 +0200 |
commit | b441b2013e638314bc9fdb78b0f29575efe51f78 (patch) | |
tree | e01b42b892610208cd6e035b54e50045e2714465 /vcl | |
parent | 11f6c6d59128be73e722441012cffb47cdf0058c (diff) |
loplugin:staticmethods
Change-Id: I439747c98fcdadb59e68756e8b3ae2e305c960cb
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; |