sw/source/core/docnode/ndtbl.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit af326f015f4cd71a0eceb1d026d4cfd1ccb17094
Author: Caolán McNamara <[email protected]>
AuthorDate: Thu Feb 19 17:24:42 2026 +0000
Commit: Caolán McNamara <[email protected]>
CommitDate: Thu Feb 19 21:02:04 2026 +0100
cid#1681350 Uninitialized scalar field
since:
commit 513bfbd476113f648090a8275cece4dc04ba0463
Date: Wed Aug 20 15:58:21 2025 +0530
Writer: Adapt 'SvxAutoFormat'
Change-Id: I3277fcaded1b7fb32260a1e38c5160b303912676
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/199749
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <[email protected]>
diff --git a/sw/source/core/docnode/ndtbl.cxx b/sw/source/core/docnode/ndtbl.cxx
index 53b3af1d3140..7e95a24fa8f5 100644
--- a/sw/source/core/docnode/ndtbl.cxx
+++ b/sw/source/core/docnode/ndtbl.cxx
@@ -3921,6 +3921,7 @@ struct SetAFormatTabPara
, pUndo(nullptr)
, nEndBox(0)
, nCurBox(0)
+ , nEndLine(0)
, nAFormatLine(0)
, nAFormatBox(0)
, bSingleRowTable(false)