coverity#1130188 Logically dead code
Change-Id: I56b58f76adc820371677a79991ad588a6d78adc7
This commit is contained in:
parent
f3cc79a0b5
commit
14242287e4
1 changed files with 1 additions and 1 deletions
|
@ -3551,7 +3551,7 @@ namespace basegfx
|
|||
if(bCurve)
|
||||
{
|
||||
// calculate target point count
|
||||
const sal_uInt32 nLoopCount(bClosed ? nPointCount : (nPointCount ? nPointCount - 1 : 0));
|
||||
const sal_uInt32 nLoopCount(bClosed ? nPointCount : nPointCount - 1);
|
||||
|
||||
if(nLoopCount)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue