[Libreoffice-commits] core.git: sc/source

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Mon May 17 07:44:43 UTC 2021


 sc/source/filter/oox/autofilterbuffer.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 6e0d2738a5df0e16ebf343f44ef858aa81c18ab8
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Sun May 16 20:26:15 2021 +0100
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Mon May 17 09:44:05 2021 +0200

    cid#1484878 Uninitialized scalar field
    
    Change-Id: If7ed90b34a44f73e35080d4967618af3c215b50b
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115682
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/sc/source/filter/oox/autofilterbuffer.cxx b/sc/source/filter/oox/autofilterbuffer.cxx
index 6e205a032b24..8eb24f231bd4 100644
--- a/sc/source/filter/oox/autofilterbuffer.cxx
+++ b/sc/source/filter/oox/autofilterbuffer.cxx
@@ -404,6 +404,7 @@ ApiFilterSettings Top10Filter::finalizeImport()
 
 ColorFilter::ColorFilter(const WorkbookHelper& rHelper)
     : FilterSettingsBase(rHelper)
+    , mbIsBackgroundColor(false)
 {
 }
 


More information about the Libreoffice-commits mailing list