diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-05-10 14:41:17 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-05-10 21:13:00 +0100 |
commit | 88110ed0dc1bf4396d3df7e40b6fda9944c4520c (patch) | |
tree | 7eb664723b40eace643d766fb66cf073296e1abd /sc | |
parent | 40a4d8892df998fa835e45091d6ffc105161d47c (diff) |
coverity#708064 Uninitialized scalar field
Change-Id: Ib9cd4b00d07c25b8a5ab4d5b42f48842a02a2e3d
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/filter/xml/XMLExportIterator.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/filter/xml/XMLExportIterator.cxx b/sc/source/filter/xml/XMLExportIterator.cxx index efb9da3086de..a863e58424f0 100644 --- a/sc/source/filter/xml/XMLExportIterator.cxx +++ b/sc/source/filter/xml/XMLExportIterator.cxx @@ -578,6 +578,7 @@ ScMyCell::ScMyCell() : nValidationIndex(-1), nStyleIndex(-1), nNumberFormat(-1), + nType(table::CellContentType_EMPTY), bIsAutoStyle( false ), bHasShape( false ), bIsMergedBase( false ), |