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

coverity#1202962 Uninitialized scalar field

Change-Id: I3e85ecd27e5ee7a1b449bf7e63a7fcdfe9b2fc46
üst cbde35dd
......@@ -36,6 +36,7 @@ CGM::CGM( sal_uInt32 nMode, uno::Reference< frame::XModel > & rModel )
: mnOutdx(28000)
, mnOutdy(21000)
, mnVDCXadd(0)
, mnVDCYadd(0)
, mnVDCXmul(0)
, mnVDCYmul(0)
, mnVDCdx(0)
......
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