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

coverity#708597 Uninitialized scalar field

Change-Id: I8f4e4a4502075a0672438cc4c59eddc5ee922228
üst b852bf36
...@@ -190,6 +190,7 @@ SvtGraphicFill::SvtGraphicFill() : ...@@ -190,6 +190,7 @@ SvtGraphicFill::SvtGraphicFill() :
maFillRule(), maFillRule(),
maFillType(), maFillType(),
maFillTransform(), maFillTransform(),
mbTiling( false ),
maHatchType(), maHatchType(),
maHatchColor( COL_BLACK ), maHatchColor( COL_BLACK ),
maGradientType(), maGradientType(),
......
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