summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-05-01 09:34:15 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-05-01 17:19:48 +0100
commitf79e5dfcc3d59c6d78d69163b558b32ee9ff22df (patch)
tree0c675414a96d951c3faaef214dd9bbeec8582f06 /sc
parent5b641f04fdac6035ddfa9b09fbb23c6597b3b437 (diff)
coverity#708034 Uninitialized scalar field
Change-Id: I493c2bbd702002ea9f0a6db7d18a3c22dc22193b
Diffstat (limited to 'sc')
-rw-r--r--sc/source/filter/excel/xestyle.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/filter/excel/xestyle.cxx b/sc/source/filter/excel/xestyle.cxx
index 18b4d846362c..f4c76407844e 100644
--- a/sc/source/filter/excel/xestyle.cxx
+++ b/sc/source/filter/excel/xestyle.cxx
@@ -1971,6 +1971,7 @@ void XclExpXF::InitDefault()
mpItemSet = 0;
mnScNumFmt = NUMBERFORMAT_ENTRY_NOT_FOUND;
mnXclFont = mnXclNumFmt = 0;
+ SetXmlIds(0, 0);
}
void XclExpXF::Init( const SfxItemSet& rItemSet, sal_Int16 nScript,