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