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

coverity#708464 Uninitialized scalar field

Change-Id: Icf882b97fec554bb25063f092d628c140dae60be
üst 7fb80c06
...@@ -379,6 +379,7 @@ void SwTxtFly::CtorInitTxtFly( const SwTxtFrm *pFrm ) ...@@ -379,6 +379,7 @@ void SwTxtFly::CtorInitTxtFly( const SwTxtFrm *pFrm )
bOn = pPage->GetSortedObjs() != 0; bOn = pPage->GetSortedObjs() != 0;
bTopRule = true; bTopRule = true;
nMinBottom = 0; nMinBottom = 0;
nNextTop = 0;
nIndex = ULONG_MAX; nIndex = ULONG_MAX;
} }
......
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