[Libreoffice-commits] .: cui/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Jan 15 22:32:42 PST 2013


 cui/source/tabpages/border.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit cf9017ae189167962902e8ce28f5f36e89b30069
Author: Tor Lillqvist <tml at iki.fi>
Date:   Wed Jan 16 08:32:14 2013 +0200

    WaE: unused variable 'aImgSize'
    
    Change-Id: I192671cdec129b7c78638efb0c4339bfb265c47d

diff --git a/cui/source/tabpages/border.cxx b/cui/source/tabpages/border.cxx
index ad73329..2bd6766 100644
--- a/cui/source/tabpages/border.cxx
+++ b/cui/source/tabpages/border.cxx
@@ -921,7 +921,6 @@ sal_uInt16 SvxBorderTabPage::GetPresetStringId( sal_uInt16 nValueSetIdx ) const
 void SvxBorderTabPage::FillPresetVS()
 {
     ImageList& rImgList = aBorderImgLst;
-    Size aImgSize( rImgList.GetImage( IID_PRE_CELL_NONE ).GetSizePixel() );
 
     // basic initialization of the ValueSet
     m_pWndPresets->SetStyle( m_pWndPresets->GetStyle() | WB_ITEMBORDER | WB_DOUBLEBORDER );
@@ -945,7 +944,6 @@ void SvxBorderTabPage::FillPresetVS()
 void SvxBorderTabPage::FillShadowVS()
 {
     ImageList& rImgList = aShadowImgLst;
-    Size aImgSize( rImgList.GetImage( IID_SHADOWNONE ).GetSizePixel() );
 
     // basic initialization of the ValueSet
     m_pWndShadows->SetStyle( m_pWndShadows->GetStyle() | WB_ITEMBORDER | WB_DOUBLEBORDER );


More information about the Libreoffice-commits mailing list