summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-05-19 05:29:40 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-05-19 05:33:49 +0200
commitac3bc7ccd498aa0b2bc1beb8d7a377391086da10 (patch)
tree9c41cc6d520e34bb7dca9d408d8dbf0df51f304e /sc
parent912189fdd6543028ccd81ca01df576de2ab9b106 (diff)
coverity#1298900, init member
Change-Id: I0d4e3e96a376e2d0e7232bb1bbe397ec80047320
Diffstat (limited to 'sc')
-rw-r--r--sc/source/filter/excel/xeextlst.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/filter/excel/xeextlst.cxx b/sc/source/filter/excel/xeextlst.cxx
index c90b57f591da..2639bec35fef 100644
--- a/sc/source/filter/excel/xeextlst.cxx
+++ b/sc/source/filter/excel/xeextlst.cxx
@@ -259,6 +259,7 @@ void XclExpExtIconSet::SaveXml(XclExpXmlStream& rStrm)
XclExpExtCfRule::XclExpExtCfRule( const XclExpRoot& rRoot, const ScFormatEntry& rFormat, const ScAddress& rPos, const OString& rId, sal_Int32 nPriority ):
XclExpRoot(rRoot),
maId(rId),
+ pType(NULL),
mnPriority(nPriority)
{
switch (rFormat.GetType())