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

coverity#708554 Uninitialized scalar field

Change-Id: Ib604b25f8c2855439171e0606838b7cc36161976
üst 836a200e
...@@ -102,7 +102,9 @@ bool MultiSelection::ImplMergeSubSelections( size_t nPos1, size_t nPos2 ) ...@@ -102,7 +102,9 @@ bool MultiSelection::ImplMergeSubSelections( size_t nPos1, size_t nPos2 )
MultiSelection::MultiSelection(): MultiSelection::MultiSelection():
aTotRange( 0, -1 ), aTotRange( 0, -1 ),
nCurSubSel(0), nCurSubSel(0),
nCurIndex(0),
nSelCount(0), nSelCount(0),
bInverseCur(false),
bCurValid(false), bCurValid(false),
bSelectNew(false) bSelectNew(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