diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-10-07 13:50:20 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-10-07 13:50:20 +0100 |
commit | beb43ed0942dcd5f14d3d49b407878866e3d248d (patch) | |
tree | 2ef390df05db72ad5ab6b98ddba15847a992cc95 /sw/source | |
parent | c75670498b113dcd01adf64266a86575fcbb877b (diff) |
CID#1078699 keep coverity and nesting test happy
Change-Id: Ifa2c2e7a26c3c6844774edb1a3245c8da1f20e33
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/core/frmedt/tblsel.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/source/core/frmedt/tblsel.cxx b/sw/source/core/frmedt/tblsel.cxx index 8ee074900c4f..aab34be59bb1 100644 --- a/sw/source/core/frmedt/tblsel.cxx +++ b/sw/source/core/frmedt/tblsel.cxx @@ -1427,8 +1427,10 @@ static bool lcl_CheckCol( _FndBox const& rFndBox, bool* pPara ) *pPara = false; } else + { BOOST_FOREACH( _FndLine const& rFndLine, rFndBox.GetLines() ) lcl_CheckRow( rFndLine, pPara ); + } } // is box protected ?? else if (rFndBox.GetBox()->GetFrmFmt()->GetProtect().IsCntntProtected()) |