| commit | f99f4dc93f44fa1cd799d0ad87ded7ee90d82848 | [log] |
|---|---|---|
| author | Chris Sherlock <chris.sherlock79@gmail.com> | Fri May 02 03:28:02 2014 +1000 |
| committer | Chris Sherlock <chris.sherlock79@gmail.com> | Fri May 02 03:34:44 2014 +1000 |
| tree | aa85b264c96689e8ea2f9b4ba9938ec2310b65fb | |
| parent | 1cb924de8a6f03827ae34aa2d66137b6b5e34112 [diff] |
Fix d0b3832bedf65d Turns out, my logic was wrong in any case. Remove errant not. Change-Id: I735ee1b4364060aa1476160777e196878a5a208e
diff --git a/sw/source/core/crsr/crsrsh.cxx b/sw/source/core/crsr/crsrsh.cxx index 9958ede..62c11d0 100644 --- a/sw/source/core/crsr/crsrsh.cxx +++ b/sw/source/core/crsr/crsrsh.cxx
@@ -2511,7 +2511,7 @@ void SwCrsrShell::_ParkPams( SwPaM* pDelRg, SwShellCrsr** ppDelRing ) } pTmpDel = 0; } if( bGoNext && !pTmp ) if( bGoNext && pTmp ) pTmp = (SwPaM*)pTmp->GetNext(); } while( !bGoNext || *ppDelRing != pTmp );