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

coverity#708405 Uninitialized scalar field

Change-Id: I32e2b75ed0ee7c507e149eed97dd178c7b196c4e
üst dc4746a2
......@@ -168,6 +168,7 @@ struct SwCrsrMoveState
bPosCorr( sal_False ),
bFtnNoInfo( sal_False ),
bExactOnly( sal_False ),
bFillRet( sal_False ),
bSetInReadOnly( sal_False ),
bRealWidth( sal_False ),
b2Lines( sal_False ),
......@@ -189,6 +190,7 @@ struct SwCrsrMoveState
bPosCorr( sal_False ),
bFtnNoInfo( sal_False ),
bExactOnly( sal_False ),
bFillRet( sal_False ),
bSetInReadOnly( sal_False ),
bRealWidth( sal_False ),
b2Lines( sal_False ),
......
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