Update ooo320-m1
[ooovba.git] / applied_patches / 0553-sw-table-join-fix-i99267.diff
blob8c63228e827729b05d53769dda9e3e17cc62cda3
1 diff --git sw/source/core/layout/tabfrm.cxx sw/source/core/layout/tabfrm.cxx
2 index 96a11b5..f2602e4 100644
3 --- sw/source/core/layout/tabfrm.cxx
4 +++ sw/source/core/layout/tabfrm.cxx
5 @@ -2102,6 +2102,11 @@ void SwTabFrm::MakeAll()
7 bMovedFwd = TRUE;
8 bCalcLowers = TRUE;
9 + // --> OD 2009-03-06 #i99267#
10 + // reset <bSplit> after forward move to assure that follows
11 + // can be joined, if further space is available.
12 + bSplit = FALSE;
13 + // <--
16 Point aOldPos( (Frm().*fnRect->fnGetPos)() );