diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-08-27 08:00:23 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-08-27 08:02:08 +0100 |
commit | b2c69e66ed6979e1bdd18577295062c25d3dabd0 (patch) | |
tree | 8cb5c45351bc6e64ce075224000806f4f5ffcd37 /sd | |
parent | 854d0f2955f7d371b04e8bdf3ad502e709567253 (diff) |
coverity#738814 Uninitialized scalar field
Change-Id: I16d5772b0f8455518866cb03729e9bab95be8087
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/filter/eppt/pptx-epptbase.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/source/filter/eppt/pptx-epptbase.cxx b/sd/source/filter/eppt/pptx-epptbase.cxx index 1d58016ab18d..0d9345e7a94b 100644 --- a/sd/source/filter/eppt/pptx-epptbase.cxx +++ b/sd/source/filter/eppt/pptx-epptbase.cxx @@ -153,6 +153,7 @@ PPTWriterBase::PPTWriterBase( const Reference< XModel > & rXModel, , mbStatusIndicator(false) , mbPresObj(false) , mbEmptyPresObj(false) + , mbIsBackgroundDark(false) , mnAngle(0) , mnPages(0) , mnMasterPages(0) |