summaryrefslogtreecommitdiff
path: root/include/vcl/spinfld.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/spinfld.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/spinfld.hxx')
-rw-r--r--include/vcl/spinfld.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/vcl/spinfld.hxx b/include/vcl/spinfld.hxx
index 9c2efcb3d8ad..d3787eccecf8 100644
--- a/include/vcl/spinfld.hxx
+++ b/include/vcl/spinfld.hxx
@@ -90,13 +90,10 @@ public:
virtual bool PreNotify( NotifyEvent& rNEvt ) SAL_OVERRIDE;
void SetUpHdl( const Link<>& rLink ) { maUpHdlLink = rLink; }
- const Link<>& GetUpHdl() const { return maUpHdlLink; }
void SetDownHdl( const Link<>& rLink ) { maDownHdlLink = rLink; }
const Link<>& GetDownHdl() const { return maDownHdlLink; }
void SetFirstHdl( const Link<>& rLink ) { maFirstHdlLink = rLink; }
- const Link<>& GetFirstHdl() const { return maFirstHdlLink; }
void SetLastHdl( const Link<>& rLink ) { maLastHdlLink = rLink; }
- const Link<>& GetLastHdl() const { return maLastHdlLink; }
virtual Size CalcMinimumSize() const SAL_OVERRIDE;
virtual Size CalcMinimumSizeForText(const OUString &rString) const SAL_OVERRIDE;