Kaydet (Commit) d0b3832b authored tarafından Chris Sherlock's avatar Chris Sherlock

Fix 6b431b1f

Pushed wrong branch. Oops, sorry.

Change-Id: I592cf16c7af3c5e37a03eee79e5822dcc0b39225
üst e97f19e9
...@@ -2511,7 +2511,7 @@ void SwCrsrShell::_ParkPams( SwPaM* pDelRg, SwShellCrsr** ppDelRing ) ...@@ -2511,7 +2511,7 @@ void SwCrsrShell::_ParkPams( SwPaM* pDelRg, SwShellCrsr** ppDelRing )
} }
pTmpDel = 0; pTmpDel = 0;
} }
if( bGoNext && !bDelete ) if( bGoNext && !pTmp )
pTmp = (SwPaM*)pTmp->GetNext(); pTmp = (SwPaM*)pTmp->GetNext();
} while( !bGoNext || *ppDelRing != pTmp ); } while( !bGoNext || *ppDelRing != pTmp );
......
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