summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Reuter <freuter@novell.com>2010-09-14 15:00:33 +0200
committerCédric Bosdonnat <cedricbosdo@openoffice.org>2010-09-14 15:00:33 +0200
commit6b1204329ad365a46214472bcff335e63c51bdf4 (patch)
tree5b70637875866b00b32db9c254b90d86eb1daac3
parent56b2cf0c10d9caa01ebae1d80465e342d046a85c (diff)
sw-table-join-fix-i99267.diff:
n#417814
-rw-r--r--sw/source/core/layout/tabfrm.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/sw/source/core/layout/tabfrm.cxx b/sw/source/core/layout/tabfrm.cxx
index b747c4e7aaff..48f5706b5700 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;
+ // <--
}
}