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

CID#707537 unitialized scalars

Change-Id: I68c81f46002ad07196ba357c41687ceb56d9663c
üst b2b7d591
......@@ -203,6 +203,15 @@ public:
sal_Int32 mnU1, mnU3, mnU4;
AnimationNode()
: mnGroupType(0)
, mnRestart(0)
, mnFill(0)
, mnNodeType(0)
, mnDuration(0)
, mnU1(0), mnU3(0), mnU4(0)
{
}
public:
friend SvStream& operator>>(SvStream& rIn, AnimationNode& rAtom);
......
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