Kaydet (Commit) ac3bc7cc authored tarafından Markus Mohrhard's avatar Markus Mohrhard

coverity#1298900, init member

Change-Id: I0d4e3e96a376e2d0e7232bb1bbe397ec80047320
üst 912189fd
...@@ -259,6 +259,7 @@ void XclExpExtIconSet::SaveXml(XclExpXmlStream& rStrm) ...@@ -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 ): XclExpExtCfRule::XclExpExtCfRule( const XclExpRoot& rRoot, const ScFormatEntry& rFormat, const ScAddress& rPos, const OString& rId, sal_Int32 nPriority ):
XclExpRoot(rRoot), XclExpRoot(rRoot),
maId(rId), maId(rId),
pType(NULL),
mnPriority(nPriority) mnPriority(nPriority)
{ {
switch (rFormat.GetType()) switch (rFormat.GetType())
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment