uninitialized class members

since:

commit 284f2759de
Date:   Mon Dec 4 14:08:09 2023 +0000

    calc: Add option to keep edit mode on enter/tab

Change-Id: I47431f9096e12fe84ad13a139fba60ddd88793d1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161697
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
This commit is contained in:
Caolán McNamara 2024-01-05 16:42:03 +00:00
parent 20502992b8
commit c5681e8d4c
2 changed files with 2 additions and 0 deletions

View file

@ -32,6 +32,7 @@ using namespace com::sun::star::uno;
ScInputOptions::ScInputOptions()
: nMoveDir(DIR_BOTTOM)
, bMoveSelection(true)
, bMoveKeepEdit(false)
, bEnterEdit(false)
, bExtendFormat(false)
, bRangeFinder(true)

View file

@ -1770,6 +1770,7 @@ ScTabViewShell::ScTabViewShell( SfxViewFrame& rViewFrame,
bForceFocusOnCurCell(false),
bInPrepareClose(false),
bInDispose(false),
bMoveKeepEdit(false),
nCurRefDlgId(0),
mbInSwitch(false),
m_pDragData(new ScDragData)