diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-01-30 10:40:45 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-01-30 10:49:35 +0000 |
commit | d7ecbd0e655efb193da1561649ebd13fdd2f5af1 (patch) | |
tree | 387cdf66100dd07e4a1e6ad851611be39a64f779 /cui/source | |
parent | a50ee91a17374d3ccfe277d9a0d27599a6ada789 (diff) |
the name field for SdrShadowColorItem seems to be redundant now
Change-Id: I6e90cdfc9577bfa0ee1dd1018a41aa7979dfaf04
Diffstat (limited to 'cui/source')
-rw-r--r-- | cui/source/tabpages/tpshadow.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cui/source/tabpages/tpshadow.cxx b/cui/source/tabpages/tpshadow.cxx index c0fa6c2ba2a6..fa87c6ce3615 100644 --- a/cui/source/tabpages/tpshadow.cxx +++ b/cui/source/tabpages/tpshadow.cxx @@ -334,8 +334,7 @@ sal_Bool SvxShadowTabPage::FillItemSet( SfxItemSet& rAttrs ) if( nPos != LISTBOX_ENTRY_NOTFOUND && nPos != aLbShadowColor.GetSavedValue() ) { - SdrShadowColorItem aItem( aLbShadowColor.GetSelectEntry(), - aLbShadowColor.GetSelectEntryColor() ); + SdrShadowColorItem aItem(aLbShadowColor.GetSelectEntryColor()); pOld = GetOldItem( rAttrs, SDRATTR_SHADOWCOLOR ); if ( !pOld || !( *(const SdrShadowColorItem*)pOld == aItem ) ) { |