diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-03-07 08:52:34 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-03-07 10:22:17 +0000 |
commit | f4f2ba8dd15fde198556d37cd0e1577b84985282 (patch) | |
tree | b6e60265ba2441b8cd7a9b46ba2e91ea42b2acae /vcl | |
parent | 3ef2725a8d9a15b585066e43384788a79fb4aef6 (diff) |
callcatcher: update unused code
Change-Id: I6487e6ede0a50d88a4f8c3d3b07bdad2603aa4b4
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/control/morebtn.cxx | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/vcl/source/control/morebtn.cxx b/vcl/source/control/morebtn.cxx index fdedef589fca..cca8ee4380a8 100644 --- a/vcl/source/control/morebtn.cxx +++ b/vcl/source/control/morebtn.cxx @@ -194,22 +194,4 @@ OUString MoreButton::GetText() const return PushButton::GetText(); } -void MoreButton::SetMoreText( const OUString& rText ) -{ - if ( mpMBData ) - mpMBData->maMoreText = rText; - - if ( !mbState ) - SetText( rText ); -} - -void MoreButton::SetLessText( const OUString& rText ) -{ - if ( mpMBData ) - mpMBData->maLessText = rText; - - if ( mbState ) - SetText( rText ); -} - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |