coverity#984038 Uninitialized scalar variable
Change-Id: I6c460ea0ca039ccc8d62bb7a7005832fb809f369
This commit is contained in:
@@ -2451,7 +2451,7 @@ namespace basegfx
|
|||||||
const sal_uInt32 nNextIndex((a + 1) % nPointCount);
|
const sal_uInt32 nNextIndex((a + 1) % nPointCount);
|
||||||
aBezier.setEndPoint(rCandidate.getB2DPoint(nNextIndex));
|
aBezier.setEndPoint(rCandidate.getB2DPoint(nNextIndex));
|
||||||
double fEdgeDist;
|
double fEdgeDist;
|
||||||
double fNewCut;
|
double fNewCut(0.0);
|
||||||
bool bEdgeIsCurve(false);
|
bool bEdgeIsCurve(false);
|
||||||
|
|
||||||
if(rCandidate.areControlPointsUsed())
|
if(rCandidate.areControlPointsUsed())
|
||||||
|
Reference in New Issue
Block a user