[ooo-build-commit] .: sw/source

Cédric Bosdonnat cbosdo at kemper.freedesktop.org
Tue Sep 14 06:31:31 PDT 2010


 sw/source/core/layout/tabfrm.cxx |    5 +++++
 1 file changed, 5 insertions(+)

New commits:
commit d19c7c96ee03fccc41fb5a74128304bd432eac81
Author: Florian Reuter <freuter at novell.com>
Date:   Tue Sep 14 15:00:33 2010 +0200

    sw-table-join-fix-i99267.diff:
    
    n#417814

diff --git a/sw/source/core/layout/tabfrm.cxx b/sw/source/core/layout/tabfrm.cxx
index 90a7c61..50cc422 100644
--- a/sw/source/core/layout/tabfrm.cxx
+++ b/sw/source/core/layout/tabfrm.cxx
@@ -2074,6 +2074,11 @@ void SwTabFrm::MakeAll()
                            pPre->GetAttrSet()->GetKeep().GetValue()) )
             {
                 bCalcLowers = TRUE;
+                // --> OD 2009-03-06 #i99267#
+                // reset <bSplit> after forward move to assure that follows
+                // can be joined, if further space is available.
+                bSplit = FALSE;
+                // <--
             }
         }
 


More information about the ooo-build-commit mailing list