Kaydet (Commit) 73cc9fc4 authored tarafından Julien Nabet's avatar Julien Nabet

Fix variable reassigned before the old value has been used

Change-Id: Ifd90fe801371a7f4cbeefe49dbfbe192c3040ebd
üst 764e8a05
...@@ -1147,9 +1147,8 @@ SvxLinguTabPage::SvxLinguTabPage( Window* pParent, ...@@ -1147,9 +1147,8 @@ SvxLinguTabPage::SvxLinguTabPage( Window* pParent,
} }
const SfxSpellCheckItem* pItem = 0; const SfxSpellCheckItem* pItem = 0;
SfxItemState eItemState = SFX_ITEM_UNKNOWN;
eItemState = rSet.GetItemState( GetWhich( SID_ATTR_SPELL ), SfxItemState eItemState = rSet.GetItemState( GetWhich( SID_ATTR_SPELL ),
sal_False, (const SfxPoolItem**)&pItem ); sal_False, (const SfxPoolItem**)&pItem );
// is it about a default-item? // is it about a default-item?
......
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