summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/ssfrm.cxx
diff options
context:
space:
mode:
authorMichael Stahl <Michael.Stahl@cib.de>2018-05-07 14:45:50 +0200
committerMichael Stahl <Michael.Stahl@cib.de>2018-06-08 21:51:26 +0200
commitc8da41e81098bb0bbe172ef810a54e97de203c46 (patch)
tree11c4a3d3481b05446e006fbe299f20686f926f8d /sw/source/core/layout/ssfrm.cxx
parent44b64eeec146a733d0e254ac7a5b295e4390815d (diff)
sw_redlinehide: reinit m_pMergedPara on split node
Change-Id: I560f1cdb537fa848fdbaf719424d4e6608ceda0d
Diffstat (limited to 'sw/source/core/layout/ssfrm.cxx')
-rw-r--r--sw/source/core/layout/ssfrm.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/core/layout/ssfrm.cxx b/sw/source/core/layout/ssfrm.cxx
index 9d9aeee39604..a0b035ebaee7 100644
--- a/sw/source/core/layout/ssfrm.cxx
+++ b/sw/source/core/layout/ssfrm.cxx
@@ -437,6 +437,7 @@ SwContentFrame::~SwContentFrame()
void SwTextFrame::RegisterToNode(SwTextNode & rNode)
{
assert(&rNode != GetRegisteredIn());
+ m_pMergedPara = sw::CheckParaRedlineMerge(*this, rNode);
rNode.Add( this );
}