diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-05-01 09:34:15 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-05-01 17:19:48 +0100 |
commit | f79e5dfcc3d59c6d78d69163b558b32ee9ff22df (patch) | |
tree | 0c675414a96d951c3faaef214dd9bbeec8582f06 /sc/source | |
parent | 5b641f04fdac6035ddfa9b09fbb23c6597b3b437 (diff) |
coverity#708034 Uninitialized scalar field
Change-Id: I493c2bbd702002ea9f0a6db7d18a3c22dc22193b
Diffstat (limited to 'sc/source')
-rw-r--r-- | sc/source/filter/excel/xestyle.cxx | 1 |
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, |