[Libreoffice-commits] core.git: xmloff/source
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Tue Sep 1 15:28:59 UTC 2020
xmloff/source/draw/XMLNumberStyles.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 2a20061420b87ee37fa85b20fbc75f0a82f409f2
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Tue Sep 1 09:03:29 2020 +0100
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Tue Sep 1 17:28:16 2020 +0200
cid#1466574 Uninitialized scalar field
Change-Id: I8ec87810cd32b720a77930cdd607ace4d907d7a2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101825
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/xmloff/source/draw/XMLNumberStyles.cxx b/xmloff/source/draw/XMLNumberStyles.cxx
index 4406f4e85a06..cf171cba5c85 100644
--- a/xmloff/source/draw/XMLNumberStyles.cxx
+++ b/xmloff/source/draw/XMLNumberStyles.cxx
@@ -583,6 +583,7 @@ void SdXMLNumberFormatMemberImportContext::characters( const OUString& rChars )
SdXMLNumberFormatImportContext::SdXMLNumberFormatImportContext( SdXMLImport& rImport, sal_Int32 nElement, SvXMLNumImpData* pNewData, SvXMLStylesTokens nNewType, const css::uno::Reference< css::xml::sax::XFastAttributeList>& xAttrList, SvXMLStylesContext& rStyles)
: SvXMLNumFormatContext(rImport, nElement, pNewData, nNewType, xAttrList, rStyles),
mbAutomatic( false ),
+ mnElements{},
mnIndex(0),
mnKey( -1 )
{
More information about the Libreoffice-commits
mailing list