diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-02-10 09:53:17 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-02-10 13:03:27 +0100 |
commit | 9c23581e3d2d884ae317c969971ed5efc7e5ecf3 (patch) | |
tree | 58919730f69f0a610bad682d09d3f0fc545e676d /sc | |
parent | 97f8d4dd1201dedf5640fb0070b4df8359260a0d (diff) |
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@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/core/data/table1.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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), |