Kaydet (Commit) 60c0f21c authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#12429408 Uninitialized scalar field

Change-Id: I60efbf0cbba81f973a258f1ba90cc910b1abe075
üst 2d1253af
......@@ -40,7 +40,12 @@ ScInsertContentsDlg::ScInsertContentsDlg( vcl::Window* pParent,
bMoveDownDisabled( false ),
bMoveRightDisabled( false ),
bUsedShortCut ( false ),
nShortCutInsContentsCmdBits( IDF_NONE )
nShortCutInsContentsCmdBits( IDF_NONE ),
nShortCutFormulaCmdBits(0),
bShortCutSkipEmptyCells(false),
bShortCutTranspose(false),
bShortCutIsLink(false),
nShortCutMoveMode(INS_NONE)
{
get( mpBtnInsAll, "paste_all" );
get( mpBtnInsStrings, "text" );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment