[Libreoffice-commits] core.git: sc/source
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Wed Feb 10 12:04:09 UTC 2021
sc/source/core/data/table1.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 9c23581e3d2d884ae317c969971ed5efc7e5ecf3
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Wed Feb 10 09:53:17 2021 +0000
Commit: Caolán McNamara <caolanm at 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 <caolanm at redhat.com>
Reviewed-by: Caolán McNamara <caolanm at 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),
More information about the Libreoffice-commits
mailing list