From f0006e79c4112b06b65c098722729b9a3f3301c7 Mon Sep 17 00:00:00 2001 From: Samuel Mehrbrodt Date: Thu, 20 Oct 2016 10:49:24 +0200 Subject: Handle link click directly in FixedHyperlink Change-Id: I5b5f0648b6e6432b0928351a17d285df8c9da811 --- include/vcl/fixedhyper.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') 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(). -- cgit