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

coverity#708202 Uninitialized scalar field

Change-Id: Ie73377009a2aefd4ec18adafc61e56076b8c3c9a
üst 27902363
......@@ -56,6 +56,11 @@ struct SvxSwFrameValidation
Size aPercentSize; // Size for 100% value
SvxSwFrameValidation() :
nAnchorType(0),
nHoriOrient(0),
nVertOrient(0),
nHRelOrient(0),
nVRelOrient(0),
bAutoHeight(false),
bAutoWidth(false),
bMirror(false),
......
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