Kaydet (Commit) cf9017ae authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: unused variable 'aImgSize'

Change-Id: I192671cdec129b7c78638efb0c4339bfb265c47d
üst e2d76d28
...@@ -921,7 +921,6 @@ sal_uInt16 SvxBorderTabPage::GetPresetStringId( sal_uInt16 nValueSetIdx ) const ...@@ -921,7 +921,6 @@ sal_uInt16 SvxBorderTabPage::GetPresetStringId( sal_uInt16 nValueSetIdx ) const
void SvxBorderTabPage::FillPresetVS() void SvxBorderTabPage::FillPresetVS()
{ {
ImageList& rImgList = aBorderImgLst; ImageList& rImgList = aBorderImgLst;
Size aImgSize( rImgList.GetImage( IID_PRE_CELL_NONE ).GetSizePixel() );
// basic initialization of the ValueSet // basic initialization of the ValueSet
m_pWndPresets->SetStyle( m_pWndPresets->GetStyle() | WB_ITEMBORDER | WB_DOUBLEBORDER ); m_pWndPresets->SetStyle( m_pWndPresets->GetStyle() | WB_ITEMBORDER | WB_DOUBLEBORDER );
...@@ -945,7 +944,6 @@ void SvxBorderTabPage::FillPresetVS() ...@@ -945,7 +944,6 @@ void SvxBorderTabPage::FillPresetVS()
void SvxBorderTabPage::FillShadowVS() void SvxBorderTabPage::FillShadowVS()
{ {
ImageList& rImgList = aShadowImgLst; ImageList& rImgList = aShadowImgLst;
Size aImgSize( rImgList.GetImage( IID_SHADOWNONE ).GetSizePixel() );
// basic initialization of the ValueSet // basic initialization of the ValueSet
m_pWndShadows->SetStyle( m_pWndShadows->GetStyle() | WB_ITEMBORDER | WB_DOUBLEBORDER ); m_pWndShadows->SetStyle( m_pWndShadows->GetStyle() | WB_ITEMBORDER | WB_DOUBLEBORDER );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment