diff options
author | Noel Grandin <noel@peralex.com> | 2015-07-13 09:55:03 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-07-13 09:56:16 +0000 |
commit | a6fed7a19befa5673403ec5fe3ab69a91475da3a (patch) | |
tree | c692d0ca693a2acfb7da3d1a2e915c79d5e0ebcd /include/vcl/status.hxx | |
parent | 5a247505a36ccdb911e48f0d859572f56ec4b171 (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/status.hxx')
-rw-r--r-- | include/vcl/status.hxx | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/include/vcl/status.hxx b/include/vcl/status.hxx index fd79dd1f557e..fda3c31a6e96 100644 --- a/include/vcl/status.hxx +++ b/include/vcl/status.hxx @@ -189,22 +189,10 @@ public: void SetText( const OUString& rText ) SAL_OVERRIDE; - void SetHelpText( const OUString& rText ) - { Window::SetHelpText( rText ); } - const OUString& GetHelpText() const - { return Window::GetHelpText(); } - - void SetHelpId( const OString& rId ) - { Window::SetHelpId( rId ); } - const OString& GetHelpId() const - { return Window::GetHelpId(); } - Size CalcWindowSizePixel() const; void SetClickHdl( const Link<>& rLink ) { maClickHdl = rLink; } - const Link<>& GetClickHdl() const { return maClickHdl; } void SetDoubleClickHdl( const Link<>& rLink ) { maDoubleClickHdl = rLink; } - const Link<>& GetDoubleClickHdl() const { return maDoubleClickHdl; } using Window::SetAccessibleName; void SetAccessibleName( sal_uInt16 nItemId, const OUString& rName ); |