Kaydet (Commit) db7f2cbe authored tarafından Michael Stahl's avatar Michael Stahl

sw: convert to assert

Change-Id: I96f91105d32b18c29bd82eedcf2f93c54ad5f229
üst 5989c572
......@@ -1274,7 +1274,7 @@ void SwContentFrame::MakeAll(vcl::RenderContext* /*pRenderContext*/)
// flowing back and forth.
GetUpper()->ResetCompletePaint();
// The predecessor was invalidated, so this is obsolete as well now.
OSL_ENSURE( pPre, "missing old Prev" );
assert(pPre);
if ((pPre == pMoveBwdPre && isMoveBwdPreValid) && !pPre->IsSctFrame())
::ValidateSz( pPre );
}
......
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