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

coverity#738814 Uninitialized scalar field

Change-Id: I16d5772b0f8455518866cb03729e9bab95be8087
üst 854d0f29
......@@ -153,6 +153,7 @@ PPTWriterBase::PPTWriterBase( const Reference< XModel > & rXModel,
, mbStatusIndicator(false)
, mbPresObj(false)
, mbEmptyPresObj(false)
, mbIsBackgroundDark(false)
, mnAngle(0)
, mnPages(0)
, mnMasterPages(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