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

coverity#984038 Uninitialized scalar variable

Change-Id: I6c460ea0ca039ccc8d62bb7a7005832fb809f369
üst ba9da7f0
......@@ -2451,7 +2451,7 @@ namespace basegfx
const sal_uInt32 nNextIndex((a + 1) % nPointCount);
aBezier.setEndPoint(rCandidate.getB2DPoint(nNextIndex));
double fEdgeDist;
double fNewCut;
double fNewCut(0.0);
bool bEdgeIsCurve(false);
if(rCandidate.areControlPointsUsed())
......
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