Kaydet (Commit) 05b8b346 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#708080 Uninitialized scalar field

Change-Id: I7741dd72a9ef065aed6b0bf1a0bc5be0f6fdba9b
üst 9f3ebfe9
...@@ -756,6 +756,7 @@ ScXMLDPConditionContext::ScXMLDPConditionContext( ScXMLImport& rImport, ...@@ -756,6 +756,7 @@ ScXMLDPConditionContext::ScXMLDPConditionContext( ScXMLImport& rImport,
SvXMLImportContext( rImport, nPrfx, rLName ), SvXMLImportContext( rImport, nPrfx, rLName ),
pFilterContext(pTempFilterContext), pFilterContext(pTempFilterContext),
sDataType(GetXMLToken(XML_TEXT)), sDataType(GetXMLToken(XML_TEXT)),
nField(0),
bIsCaseSensitive(false) bIsCaseSensitive(false)
{ {
......
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