summaryrefslogtreecommitdiff
path: root/sw/source/core/frmedt/tblsel.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-10-07 13:50:20 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-10-07 13:50:20 +0100
commitbeb43ed0942dcd5f14d3d49b407878866e3d248d (patch)
tree2ef390df05db72ad5ab6b98ddba15847a992cc95 /sw/source/core/frmedt/tblsel.cxx
parentc75670498b113dcd01adf64266a86575fcbb877b (diff)
CID#1078699 keep coverity and nesting test happy
Change-Id: Ifa2c2e7a26c3c6844774edb1a3245c8da1f20e33
Diffstat (limited to 'sw/source/core/frmedt/tblsel.cxx')
-rw-r--r--sw/source/core/frmedt/tblsel.cxx2
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())