summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-05-16 13:28:33 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-05-16 16:42:54 +0100
commit87ad02d5ad4e192fb9723830169f6ce0736ac2c3 (patch)
treeeef09455bbff66ce7ac06defefe67a978a88bee1 /sw
parente772a97e1b21ac67fa226578a52855b9d60fde94 (diff)
coverity#708847 Unused pointer value
Change-Id: Id16ebc576834e418a3bf2d3d6eb3e2545e0aac2b
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/docnode/nodes.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/core/docnode/nodes.cxx b/sw/source/core/docnode/nodes.cxx
index c8cc236de3c8..828270648914 100644
--- a/sw/source/core/docnode/nodes.cxx
+++ b/sw/source/core/docnode/nodes.cxx
@@ -1586,8 +1586,6 @@ void SwNodes::MoveRange( SwPaM & rPam, SwPosition & rPos, SwNodes& rNodes )
pDestNd->SplitCntntNode( rPos );
}
- pDestNd = rPos.nNode.GetNode().GetTxtNode();
-
if ( bCorrEnd )
{
aEndIdx--;