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 --- include/vcl/fixedhyper.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/vcl') diff --git a/include/vcl/fixedhyper.hxx b/include/vcl/fixedhyper.hxx index 98b5e159e3bb..dea9b3c5470f 100644 --- a/include/vcl/fixedhyper.hxx +++ b/include/vcl/fixedhyper.hxx @@ -40,7 +40,7 @@ class VCL_DLLPUBLIC FixedHyperlink : public FixedText /** is position X position hitting text */ SAL_DLLPRIVATE bool ImplIsOverText(Point rPosition); - DECL_LINK(HandleClick, FixedHyperlink&, void); + DECL_STATIC_LINK(FixedHyperlink, HandleClick, FixedHyperlink&, void); protected: /** overwrites Window::MouseMove(). -- cgit