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

New commits:
commit a2de9dd6b1b982c782daeb79da1291680408e319
Author:     Stephan Bergmann <stephan.bergm...@allotropia.de>
AuthorDate: Tue Oct 29 14:48:24 2024 +0100
Commit:     Stephan Bergmann <stephan.bergm...@allotropia.de>
CommitDate: Tue Oct 29 18:42:18 2024 +0100

    Missing initialization of ScTable::mbTotalsRowBelow
    
    ...introduced in 26c08356d1b2a963efdca570979cb04388371400 "tdf#162262 sc add
    "Summary below data" option for Subtotal dialog"
    
    Follow up commit: 26c08356d1b2a963efdca570979cb04388371400
    (tdf#162262 sc add "Summary below data" option for Subtotal dialog)
    
    Change-Id: I9d8e12fc24e6e42f6ee28c4879ddcff497b88c18
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175793
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <stephan.bergm...@allotropia.de>

diff --git a/sc/source/core/data/table1.cxx b/sc/source/core/data/table1.cxx
index f90c4a73e011..d6f910d9867d 100644
--- a/sc/source/core/data/table1.cxx
+++ b/sc/source/core/data/table1.cxx
@@ -282,6 +282,7 @@ ScTable::ScTable( ScDocument& rDoc, SCTAB nNewTab, const 
OUString& rNewName,
     bActiveScenario(false),
     mbPageBreaksValid(false),
     mbForceBreaks(false),
+    mbTotalsRowBelow(true),
     bStreamValid(false)
 {
     aDefaultColData.InitAttrArray(new ScAttrArray(static_cast<SCCOL>(-1), 
nNewTab, rDoc, nullptr));

Reply via email to