diff options
-rw-r--r-- | sw/source/core/layout/tabfrm.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/source/core/layout/tabfrm.cxx b/sw/source/core/layout/tabfrm.cxx index 67ee9cc37a18..31c5ae3f6250 100644 --- a/sw/source/core/layout/tabfrm.cxx +++ b/sw/source/core/layout/tabfrm.cxx @@ -1974,10 +1974,6 @@ void SwTabFrame::MakeAll(vcl::RenderContext* pRenderContext) pPre->GetAttrSet()->GetKeep().GetValue()) ) { m_bCalcLowers = true; - // #i99267# - // reset <bSplit> after forward move to assure that follows - // can be joined, if further space is available. - bSplit = false; } } |