summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/tabfrm.cxx
diff options
context:
space:
mode:
authorMichael Stahl <Michael.Stahl@cib.de>2018-05-04 13:46:17 +0200
committerMichael Stahl <Michael.Stahl@cib.de>2018-06-08 21:51:22 +0200
commit0f4b6de7dfb2bbd561667d8c82bf56c69d5ba665 (patch)
tree354d130c7927cd84ebee09730d239d549e805a68 /sw/source/core/layout/tabfrm.cxx
parent0b29fb7dc5e7a630c39dc0225ec41a1f7f45a429 (diff)
sw_redlinehide: trivial node conversions in tabfrm.cxx
Change-Id: I392fa355d8f9d765ae912c03b1c85b2fb14e1f7d
Diffstat (limited to 'sw/source/core/layout/tabfrm.cxx')
-rw-r--r--sw/source/core/layout/tabfrm.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/layout/tabfrm.cxx b/sw/source/core/layout/tabfrm.cxx
index 31c5ae3f6250..96612798d990 100644
--- a/sw/source/core/layout/tabfrm.cxx
+++ b/sw/source/core/layout/tabfrm.cxx
@@ -4612,7 +4612,7 @@ bool SwRowFrame::ShouldRowKeepWithNext() const
const SwFrame* pText = pCell->Lower();
return pText && pText->IsTextFrame() &&
- static_cast<const SwTextFrame*>(pText)->GetTextNode()->GetSwAttrSet().GetKeep().GetValue();
+ static_cast<const SwTextFrame*>(pText)->GetTextNodeForParaProps()->GetSwAttrSet().GetKeep().GetValue();
}
SwCellFrame::SwCellFrame(const SwTableBox &rBox, SwFrame* pSib, bool bInsertContent)