diff options
author | Alexander Bergmann <myaddons@gmx.de> | 2012-02-15 13:15:50 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-02-15 13:15:50 +0000 |
commit | 3626c2cef7c39bda96e2d3bc0d5a53ba1044aadc (patch) | |
tree | 2853ce190654f0826ccd609762bb656cd16877dd /vcl/source/control | |
parent | a62395237ed78f982ae74efe5ed8ad7834a2f95b (diff) |
unusedcode.easy: Removed unused code
Diffstat (limited to 'vcl/source/control')
-rw-r--r-- | vcl/source/control/button.cxx | 8 | ||||
-rw-r--r-- | vcl/source/control/ilstbox.cxx | 7 |
2 files changed, 0 insertions, 15 deletions
diff --git a/vcl/source/control/button.cxx b/vcl/source/control/button.cxx index e49e0cbb47a1..9af4551315d6 100644 --- a/vcl/source/control/button.cxx +++ b/vcl/source/control/button.cxx @@ -3960,14 +3960,6 @@ Size CheckBox::GetOptimalSize(WindowSizeType eType) const // ======================================================================= -ImageButton::ImageButton( WindowType nType ) : - PushButton( nType ) -{ - ImplInitStyle(); -} - -// ----------------------------------------------------------------------- - ImageButton::ImageButton( Window* pParent, WinBits nStyle ) : PushButton( pParent, nStyle ) { diff --git a/vcl/source/control/ilstbox.cxx b/vcl/source/control/ilstbox.cxx index ec00069aeb3c..786e28a4c6ef 100644 --- a/vcl/source/control/ilstbox.cxx +++ b/vcl/source/control/ilstbox.cxx @@ -498,13 +498,6 @@ sal_uInt16 ImplEntryList::GetSelectEntryPos( sal_uInt16 nIndex ) const // ----------------------------------------------------------------------- -sal_Bool ImplEntryList::IsEntrySelected( const XubString& rStr ) const -{ - return IsEntryPosSelected( FindEntry( rStr ) ); -} - -// ----------------------------------------------------------------------- - sal_Bool ImplEntryList::IsEntryPosSelected( sal_uInt16 nIndex ) const { ImplEntryType* pImplEntry = GetEntry( nIndex ); |