Kaydet (Commit) e885b4ab authored tarafından Julien Nabet's avatar Julien Nabet Kaydeden (comit) Petr Mladek

coverity#704348 Logically dead code

Change-Id: I8c97042c07e3eb66468591fa9c486998ffb1e37f
Reviewed-on: https://gerrit.libreoffice.org/3048Reviewed-by: 's avatarThomas Arnhold <thomas@arnhold.org>
Reviewed-by: 's avatarChristoph Brill <egore911@gmail.com>
Reviewed-by: 's avatarPetr Mladek <pmladek@suse.cz>
Tested-by: 's avatarPetr Mladek <pmladek@suse.cz>
üst 089311bb
...@@ -2473,6 +2473,7 @@ bool SwDoc::ConvertFieldsToText() ...@@ -2473,6 +2473,7 @@ bool SwDoc::ConvertFieldsToText()
aPam2.SetMark(); aPam2.SetMark();
aPam2.Move(); aPam2.Move();
DeleteAndJoin(aPam2);//remove the field DeleteAndJoin(aPam2);//remove the field
bRet=true;
} }
} }
++aBegin; ++aBegin;
......
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