diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2016-10-20 10:49:24 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2016-10-20 12:48:43 +0200 |
commit | f0006e79c4112b06b65c098722729b9a3f3301c7 (patch) | |
tree | ac7dcac47f7c8da208484f91c55a1abc11b742be /include | |
parent | 168463ed0537a5a9737aa5226657af1e263d0036 (diff) |
Handle link click directly in FixedHyperlink
Change-Id: I5b5f0648b6e6432b0928351a17d285df8c9da811
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/fixedhyper.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/vcl/fixedhyper.hxx b/include/vcl/fixedhyper.hxx index d98343ca7b97..98b5e159e3bb 100644 --- a/include/vcl/fixedhyper.hxx +++ b/include/vcl/fixedhyper.hxx @@ -40,6 +40,8 @@ class VCL_DLLPUBLIC FixedHyperlink : public FixedText /** is position X position hitting text */ SAL_DLLPRIVATE bool ImplIsOverText(Point rPosition); + DECL_LINK(HandleClick, FixedHyperlink&, void); + protected: /** overwrites Window::MouseMove(). |