Kaydet (Commit) 725f54ac authored tarafından Bjoern Michaelsen's avatar Bjoern Michaelsen

dead assign (clang)

Change-Id: I6782bc870fa5ce6404b3f5436bcf86b96527f69e
üst 4e9691a7
......@@ -1002,7 +1002,7 @@ void SwNodes::SectionUp(SwNodeRange *pRange)
DelNodes( pRange->aEnd, 1 );
else
{
pAktNode = new SwStartNode( pRange->aEnd );
new SwStartNode( pRange->aEnd );
/*?? which NodeType ??*/
aTmpIdx = *pRange->aEnd.GetNode().EndOfSectionNode();
pRange->aEnd--;
......
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