Kaydet (Commit) 9aede3be authored tarafından Thomas Arnhold's avatar Thomas Arnhold

fdo#80534 bad default value (0) for the number of rows

Change-Id: I39604cf13d1e5714f701dd663ab37a8aed924fa2
üst f4246fab
......@@ -1591,6 +1591,7 @@ void SwTextFlowPage::Reset( const SfxItemSet* rSet )
m_pHeadLineCB->Check( nRep > 0 );
m_pHeadLineCB->SaveValue();
m_pRepeatHeaderNF->SetValue( nRep );
m_pRepeatHeaderNF->SetMin( 1 );
m_pRepeatHeaderNF->SaveValue();
}
if ( rSet->GetItemState(FN_TABLE_BOX_TEXTORIENTATION) > SFX_ITEM_AVAILABLE )
......
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