summaryrefslogtreecommitdiff
path: root/cui/source
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-01-16 08:32:14 +0200
committerTor Lillqvist <tml@iki.fi>2013-01-16 08:32:14 +0200
commitcf9017ae189167962902e8ce28f5f36e89b30069 (patch)
treed3b7c8b07c3e1ef714e1129baf4a4c1715cbd173 /cui/source
parente2d76d285611b5ab5b88f1849b7ffecd84c4aa65 (diff)
WaE: unused variable 'aImgSize'
Change-Id: I192671cdec129b7c78638efb0c4339bfb265c47d
Diffstat (limited to 'cui/source')
-rw-r--r--cui/source/tabpages/border.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/cui/source/tabpages/border.cxx b/cui/source/tabpages/border.cxx
index ad73329d466f..2bd6766faa64 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 );