[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - sw/source

Thomas Arnhold thomas at arnhold.org
Sat Aug 23 02:58:43 PDT 2014


 sw/source/ui/table/tabledlg.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit c8964193051a9ef543a50c7d87c78da99f253fbd
Author: Thomas Arnhold <thomas at arnhold.org>
Date:   Sat Aug 23 06:08:36 2014 +0200

    fdo#80534 bad default value (0) for the number of rows
    
    Change-Id: I39604cf13d1e5714f701dd663ab37a8aed924fa2
    (cherry picked from commit 9aede3befb65524d71a2cb8081ded6eb7aa67f55)
    Reviewed-on: https://gerrit.libreoffice.org/11085
    Reviewed-by: Joren De Cuyper <jorendc at libreoffice.org>
    Tested-by: Joren De Cuyper <jorendc at libreoffice.org>

diff --git a/sw/source/ui/table/tabledlg.cxx b/sw/source/ui/table/tabledlg.cxx
index 62a9bb6..3ba9d43 100644
--- a/sw/source/ui/table/tabledlg.cxx
+++ b/sw/source/ui/table/tabledlg.cxx
@@ -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 )


More information about the Libreoffice-commits mailing list