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

CID#1078699 keep coverity and nesting test happy

Change-Id: Ifa2c2e7a26c3c6844774edb1a3245c8da1f20e33
üst c7567049
...@@ -1427,8 +1427,10 @@ static bool lcl_CheckCol( _FndBox const& rFndBox, bool* pPara ) ...@@ -1427,8 +1427,10 @@ static bool lcl_CheckCol( _FndBox const& rFndBox, bool* pPara )
*pPara = false; *pPara = false;
} }
else else
{
BOOST_FOREACH( _FndLine const& rFndLine, rFndBox.GetLines() ) BOOST_FOREACH( _FndLine const& rFndLine, rFndBox.GetLines() )
lcl_CheckRow( rFndLine, pPara ); lcl_CheckRow( rFndLine, pPara );
}
} }
// is box protected ?? // is box protected ??
else if (rFndBox.GetBox()->GetFrmFmt()->GetProtect().IsCntntProtected()) else if (rFndBox.GetBox()->GetFrmFmt()->GetProtect().IsCntntProtected())
......
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