Kaydet (Commit) 14242287 authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

coverity#1130188 Logically dead code

Change-Id: I56b58f76adc820371677a79991ad588a6d78adc7
üst f3cc79a0
......@@ -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)
{
......
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