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

coverity#1242896 Unused value

Change-Id: Ia2690d92cfcd68f567f71a1483d13be0e7575675
üst 6a5d0b6a
......@@ -528,7 +528,6 @@ void SvxBoundArgs::Concat( const tools::PolyPolygon* pPoly )
{ // The current interval belongs between two old intervals
if( !bSubtract )
pOld->insert( pOld->begin() + nRightPos, pLongArr->begin() + i - 2, pLongArr->begin() + i );
nIdx = nRightPos + 2;
}
else if( bSubtract ) // Subtract, if necessary separate
{
......
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