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

coverity#707555 Uninitialized scalar variable

Change-Id: Ibba9295d34a0089127c6e09f59f9c0de6be386c5
üst bc56c5f8
......@@ -617,7 +617,7 @@ void SwTxtPaintInfo::_DrawText( const XubString &rText, const SwLinePortion &rPo
rPor.InNumberGrp() ) ? 0 : GetSpaceAdd();
if ( nSpaceAdd )
{
xub_StrLen nCharCnt;
xub_StrLen nCharCnt = 0;
// #i41860# Thai justified alignment needs some
// additional information:
aDrawInf.SetNumberOfBlanks( rPor.InTxtGrp() ?
......
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