Kaydet (Commit) 6a55792c authored tarafından Caolán McNamara's avatar Caolán McNamara

Revert "restore "crash on layout of novell622972-2.html" temporarily"

This reverts commit 46a76be3.

CppunitTest_sw_uiwriter failure was unrelated to this

Change-Id: I2fb9d3cbf4730e4337a438db5ca66c77a87a133f
üst 753fa7ca
......@@ -1239,12 +1239,7 @@ bool SwLayAction::FormatLayout( SwLayoutFrm *pLay, bool bAddRect )
aOldRect = static_cast<SwPageFrm*>(pLay)->GetBoundRect();
}
{
//JoinLock pParent for the lifetime of the Calc call to avoid
//SwSectionFrm::MergeNext removing the pLay we're trying to Format
FlowFrmJoinLockGuard aJoinGuard(pLay);
pLay->Calc();
}
pLay->Calc();
if ( aOldFrame != pLay->Frm() )
bChanged = true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment