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

coverity#708472 Uninitialized scalar field

Change-Id: I09767fe28069e195b568ce91c62770a85cc7c6ab
üst b5078c32
......@@ -100,6 +100,9 @@ SwUndoMove::SwUndoMove( SwDoc* pDoc, const SwNodeRange& rRg,
, nDestEndNode(0)
, nInsPosNode(0)
, nMvDestNode(rMvPos.GetIndex())
, nDestSttCntnt(0)
, nDestEndCntnt(0)
, nInsPosCntnt(0)
, bMoveRedlines(false)
{
bMoveRange = true;
......
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