From b35571c348eb8816098f7c8786d8cc8ff9082f19 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 4 Mar 2022 15:20:48 +0000 Subject: cid#1500566 Uninitialized scalar field MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I63e81377227ab35a0697a1d90fb3c9302a12a2b5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130999 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- sc/source/ui/undo/undodat.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sc/source/ui/undo/undodat.cxx') diff --git a/sc/source/ui/undo/undodat.cxx b/sc/source/ui/undo/undodat.cxx index 006527d7bacd..1ab89a8b543f 100644 --- a/sc/source/ui/undo/undodat.cxx +++ b/sc/source/ui/undo/undodat.cxx @@ -1707,6 +1707,8 @@ ScUndoChartData::ScUndoChartData( ScDocShell* pNewDocShell, const OUString& rNam bool bAdd ) : ScSimpleUndo( pNewDocShell ), aChartName( rName ), + bOldColHeaders(false), + bOldRowHeaders(false), aNewRangeListRef( rNew ), bNewColHeaders( bColHdr ), bNewRowHeaders( bRowHdr ), -- cgit