Kaydet (Commit) 87ad02d5 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#708847 Unused pointer value

Change-Id: Id16ebc576834e418a3bf2d3d6eb3e2545e0aac2b
üst e772a97e
...@@ -1586,8 +1586,6 @@ void SwNodes::MoveRange( SwPaM & rPam, SwPosition & rPos, SwNodes& rNodes ) ...@@ -1586,8 +1586,6 @@ void SwNodes::MoveRange( SwPaM & rPam, SwPosition & rPos, SwNodes& rNodes )
pDestNd->SplitCntntNode( rPos ); pDestNd->SplitCntntNode( rPos );
} }
pDestNd = rPos.nNode.GetNode().GetTxtNode();
if ( bCorrEnd ) if ( bCorrEnd )
{ {
aEndIdx--; aEndIdx--;
......
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