Kaydet (Commit) 08fe6f08 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

coverity#1000869: use of unitialized variable

Change-Id: I3640f4c791e09e39998ec25858baebc37b58b6f6
üst 836dd78e
...@@ -1612,7 +1612,7 @@ xub_StrLen SwTxtCursor::GetCrsrOfst( SwPosition *pPos, const Point &rPoint, ...@@ -1612,7 +1612,7 @@ xub_StrLen SwTxtCursor::GetCrsrOfst( SwPosition *pPos, const Point &rPoint,
if ( nSpaceAdd ) if ( nSpaceAdd )
{ {
sal_Int32 nCharCnt; sal_Int32 nCharCnt = 0;
// #i41860# Thai justified alignemt needs some // #i41860# Thai justified alignemt needs some
// additional information: // additional information:
aDrawInf.SetNumberOfBlanks( pPor->InTxtGrp() ? aDrawInf.SetNumberOfBlanks( pPor->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