sc/source/core/data/table1.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 9c23581e3d2d884ae317c969971ed5efc7e5ecf3
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Wed Feb 10 09:53:17 2021 +0000
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Wed Feb 10 13:03:27 2021 +0100

    cid#1472857 Uninitialized scalar field
    
    Change-Id: Ib2901a8751f45a33bc125ac3f9a5fdeee94b7448
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110694
    Tested-by: Jenkins
    Tested-by: Caolán McNamara <caol...@redhat.com>
    Reviewed-by: Caolán McNamara <caol...@redhat.com>

diff --git a/sc/source/core/data/table1.cxx b/sc/source/core/data/table1.cxx
index 0665e90a4542..af09507b5c20 100644
--- a/sc/source/core/data/table1.cxx
+++ b/sc/source/core/data/table1.cxx
@@ -265,6 +265,7 @@ ScTable::ScTable( ScDocument& rDoc, SCTAB nNewTab, const 
OUString& rNewName,
     bLoadingRTL(false),
     bPageSizeValid(false),
     bTableAreaValid(false),
+    bTableAreaVisibleValid(false),
     bVisible(true),
     bStreamValid(false),
     bPendingRowHeights(false),
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to