summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-05-10 14:41:17 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-05-10 21:13:00 +0100
commit88110ed0dc1bf4396d3df7e40b6fda9944c4520c (patch)
tree7eb664723b40eace643d766fb66cf073296e1abd /sc
parent40a4d8892df998fa835e45091d6ffc105161d47c (diff)
coverity#708064 Uninitialized scalar field
Change-Id: Ib9cd4b00d07c25b8a5ab4d5b42f48842a02a2e3d
Diffstat (limited to 'sc')
-rw-r--r--sc/source/filter/xml/XMLExportIterator.cxx1
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 ),