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 /include | |
parent | 11f6c6d59128be73e722441012cffb47cdf0058c (diff) |
loplugin:staticmethods
Change-Id: I439747c98fcdadb59e68756e8b3ae2e305c960cb
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/fixedhyper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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(). |