diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-07-17 21:04:59 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-07-18 09:00:06 +0100 |
commit | 76258ecb71494ced74c1c4c3e54715976471218e (patch) | |
tree | a9f3ab773a7cfa19c93cb584ed9a3790a1958ffe /cui | |
parent | 147d18ad4ab720b749469222fc620bffed47c106 (diff) |
SvxBitmapCtl::nLines is never read
Change-Id: Ib03eb766b1f45247204e64543dbf80c24f8608c7
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/tabpages/tppattern.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cui/source/tabpages/tppattern.cxx b/cui/source/tabpages/tppattern.cxx index 47dad34c4b2e..7cc8aabf9e95 100644 --- a/cui/source/tabpages/tppattern.cxx +++ b/cui/source/tabpages/tppattern.cxx @@ -263,9 +263,6 @@ bool SvxPatternTabPage::FillItemSet( SfxItemSet* _rOutAttrs ) void SvxPatternTabPage::Reset( const SfxItemSet* ) { - // aLbBitmaps.SelectEntryPos( 0 ); - - m_pBitmapCtl->SetLines( m_pCtlPixel->GetLineCount() ); m_pBitmapCtl->SetPixelColor( m_pLbColor->GetSelectEntryColor() ); m_pBitmapCtl->SetBackgroundColor( m_pLbBackgroundColor->GetSelectEntryColor() ); m_pBitmapCtl->SetBmpArray( m_pCtlPixel->GetBitmapPixelPtr() ); |