diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-03-09 19:34:42 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-03-09 21:20:11 +0000 |
commit | fdf3e4bc0847e8f09c4d27712291a82d8ea44aea (patch) | |
tree | 067b624e815afa6564b8db134e8d716526acec19 /sw/inc | |
parent | dc4746a25bebcfe93fa65f23907b829ff8174aa0 (diff) |
coverity#708405 Uninitialized scalar field
Change-Id: I32e2b75ed0ee7c507e149eed97dd178c7b196c4e
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/crstate.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/inc/crstate.hxx b/sw/inc/crstate.hxx index 9ab7ae276f53..9094c40d3c11 100644 --- a/sw/inc/crstate.hxx +++ b/sw/inc/crstate.hxx @@ -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 ), |