https://bugs.documentfoundation.org/show_bug.cgi?id=107126
Julien Nabet <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |haveBacktrace
CC| |[email protected]
--- Comment #16 from Julien Nabet <[email protected]> ---
bandaid fix for the provided bt:
diff --git a/sw/source/core/text/widorp.cxx b/sw/source/core/text/widorp.cxx
index b096df735e95..06af57b13b09 100644
--- a/sw/source/core/text/widorp.cxx
+++ b/sw/source/core/text/widorp.cxx
@@ -65,7 +65,7 @@ SwTextFrameBreak::SwTextFrameBreak( SwTextFrame *pNewFrame,
const SwTwips nRst )
if( !m_bKeep && m_pFrame->IsInSct() )
{
const SwSectionFrame* const pSct = m_pFrame->FindSctFrame();
- m_bKeep = pSct->Lower()->IsColumnFrame() && !pSct->MoveAllowed(
m_pFrame );
+ m_bKeep = pSct && pSct->Lower()->IsColumnFrame() &&
!pSct->MoveAllowed( m_pFrame );
}
m_bKeep = m_bKeep ||
!m_pFrame->GetTextNode()->GetSwAttrSet().GetSplit().GetValue() ||
m_pFrame->GetTextNode()->GetSwAttrSet().GetKeep().GetValue();
but perhaps it would just hide the root cause.
Michael: thought you might be interested in this one.
--
You are receiving this mail because:
You are the assignee for the bug._______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs