diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-03-31 17:02:05 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-03-31 17:04:41 +0100 |
commit | 790efdf1f96289a0b0de06faf19a60cafdab846b (patch) | |
tree | 5e63f02d77d2aba391133f4d3adea2eed5e51a36 /sw | |
parent | 5199e11317f8595bac652ff2bc28c54453c6534d (diff) |
coverity#708406 Uninitialized pointer field
Change-Id: I446c1eb18d45ca9d70690a763bffe1cc144369b4
Diffstat (limited to 'sw')
-rw-r--r-- | sw/inc/crstate.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/crstate.hxx b/sw/inc/crstate.hxx index 9094c40d3c11..3533c7b8ec4b 100644 --- a/sw/inc/crstate.hxx +++ b/sw/inc/crstate.hxx @@ -181,6 +181,7 @@ struct SwCrsrMoveState {} SwCrsrMoveState( SwFillCrsrPos *pInitFill ) : pFill( pInitFill ), + p2Lines( NULL ), pSpecialPos( NULL ), eState( MV_SETONLYTEXT ), nCursorBidiLevel( 0 ), |