[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.4' - oox/source

Sarper Akdemir (via logerrit) logerrit at kemper.freedesktop.org
Wed Jun 23 21:31:38 UTC 2021


 oox/source/drawingml/textliststyle.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 9b148bab9bd0e91cc308685ababf4d195dd5b1c3
Author:     Sarper Akdemir <sarper.akdemir at collabora.com>
AuthorDate: Sat Jun 19 20:55:10 2021 +0100
Commit:     Mike Kaganski <mike.kaganski at collabora.com>
CommitDate: Wed Jun 23 23:30:58 2021 +0200

    cid#1486005 Uninitialized scalar field
    
    since...
    
    commit 2cfccfba09faa5c3bb973136ffe99d534d09c881
    Date:   Sun May 9 20:56:41 2021 +0300
    
        tdf#59323: ooxml import: hasListStyleOnImport
    
    Change-Id: Ib5d557bc0037bb72e9635391d6991fc1d8e5f2a9
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117504
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117535
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
    Reviewed-by: Mike Kaganski <mike.kaganski at collabora.com>

diff --git a/oox/source/drawingml/textliststyle.cxx b/oox/source/drawingml/textliststyle.cxx
index 59061f16eafa..645cd64b4792 100644
--- a/oox/source/drawingml/textliststyle.cxx
+++ b/oox/source/drawingml/textliststyle.cxx
@@ -37,6 +37,7 @@ TextListStyle::~TextListStyle()
 }
 
 TextListStyle::TextListStyle(const TextListStyle& rStyle)
+    : mbHasListStyleOnImport(false)
 {
     assert(rStyle.maListStyle.size() == 9);
     assert(rStyle.maAggregationListStyle.size() == 9);


More information about the Libreoffice-commits mailing list