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

coverity#1158514 Unused pointer value

Change-Id: I8eca4e262d374b78017b9e0037d7be70a7e2bd6f
üst 65464fdf
...@@ -236,8 +236,8 @@ void SwAttrIter::SeekFwd( const sal_Int32 nNewPos ) ...@@ -236,8 +236,8 @@ void SwAttrIter::SeekFwd( const sal_Int32 nNewPos )
} }
else // ueberlies die nicht geoeffneten Enden else // ueberlies die nicht geoeffneten Enden
{ {
while ( ( nEndIndex < pHints->GetEndCount() ) && while ( (nEndIndex < pHints->GetEndCount()) &&
(*(pTxtAttr=pHints->GetEnd(nEndIndex))->GetAnyEnd()<=nNewPos)) (*pHints->GetEnd(nEndIndex)->GetAnyEnd() <= nNewPos) )
{ {
nEndIndex++; nEndIndex++;
} }
......
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