Kaydet (Commit) 7ad83656 authored tarafından Noel Grandin's avatar Noel Grandin

fix bitwise->logic conversion in SfxItemState commit

88a874fc "convert SfxItemState constants to a proper enum"

Change-Id: I979d5a859f0bbfd8797bfc5ba4ce5497eb777fe7
üst 6492c857
......@@ -153,7 +153,7 @@ void SchAxisLabelTabPage::Reset( const SfxItemSet* rInAttrs )
bCheck = static_cast< const SfxBoolItem * >( pPoolItem )->GetValue();
m_pCbShowDescription->Check( bCheck );
if( aState != SFX_ITEM_DEFAULT )
if( aState != SFX_ITEM_DEFAULT && aState != SFX_ITEM_SET)
m_pCbShowDescription->Hide();
}
......
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