xmloff/source/draw/XMLNumberStyles.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 2a20061420b87ee37fa85b20fbc75f0a82f409f2
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Tue Sep 1 09:03:29 2020 +0100
Commit:     Caolán McNamara <caol...@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 <caol...@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 )
 {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to