summaryrefslogtreecommitdiff
path: root/include/vcl/fixedhyper.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-13 09:55:03 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-07-13 09:56:16 +0000
commita6fed7a19befa5673403ec5fe3ab69a91475da3a (patch)
treec692d0ca693a2acfb7da3d1a2e915c79d5e0ebcd /include/vcl/fixedhyper.hxx
parent5a247505a36ccdb911e48f0d859572f56ec4b171 (diff)
loplugin:unusedmethods vcl
Change-Id: I53c66b7898f4e0a66e6172d22c6f782dadaf6589 Reviewed-on: https://gerrit.libreoffice.org/16975 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/vcl/fixedhyper.hxx')
-rw-r--r--include/vcl/fixedhyper.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/vcl/fixedhyper.hxx b/include/vcl/fixedhyper.hxx
index 8af5860bcf4c..9accb2853344 100644
--- a/include/vcl/fixedhyper.hxx
+++ b/include/vcl/fixedhyper.hxx
@@ -93,13 +93,6 @@ class VCL_DLLPUBLIC FixedHyperlink : public FixedText
*/
inline void SetClickHdl( const Link<>& rLink ) { m_aClickHdl = rLink; }
- /** returns m_aClickHdl.
-
- @return
- m_aClickHdl
- */
- inline const Link<>& GetClickHdl() const { return m_aClickHdl; }
-
// ::FixedHyperbaseLink
/** sets the URL of the hyperlink and uses it as tooltip. */