Kaydet (Commit) 0dced343 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1438379 Uninitialized scalar field

Change-Id: Ic8614c2c455a5a49592ee5f8ef0c91bf4d729e1e
Reviewed-on: https://gerrit.libreoffice.org/58686
Tested-by: Jenkins
Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 098f4a7f
...@@ -581,6 +581,7 @@ uno::Reference<xml::sax::XFastContextHandler> ...@@ -581,6 +581,7 @@ uno::Reference<xml::sax::XFastContextHandler>
ScXMLDateTimeContext::ScXMLDateTimeContext( ScXMLDateTimeContext::ScXMLDateTimeContext(
ScXMLImport& rImport, const rtl::Reference<sax_fastparser::FastAttributeList>& rAttrList) ScXMLImport& rImport, const rtl::Reference<sax_fastparser::FastAttributeList>& rAttrList)
: ScXMLImportContext(rImport) : ScXMLImportContext(rImport)
, maType(sc::DATETIME_TRANSFORMATION_TYPE::DATE_STRING)
{ {
if (rAttrList.is()) if (rAttrList.is())
{ {
......
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