Kaydet (Commit) 4eee1158 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#708722 Uninitialized scalar field

Change-Id: I553f573914a60c77184403cdf0478cb5b442475a
üst d69c4535
......@@ -115,6 +115,7 @@ XMLCharContext::XMLCharContext(
SvXMLImportContext( rImp, nPrfx, rLName )
,m_nControl(nControl)
,m_nCount(0)
,m_c(0)
{
}
......
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