From b441b2013e638314bc9fdb78b0f29575efe51f78 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 20 Oct 2016 12:59:44 +0200 Subject: loplugin:staticmethods Change-Id: I439747c98fcdadb59e68756e8b3ae2e305c960cb --- vcl/source/control/fixedhyper.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl') 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; -- cgit