Kaydet (Commit) a3a783f9 authored tarafından Michael Stahl's avatar Michael Stahl

coverity#1267637: logically dead code in SwUndo::Repeat()

Change-Id: I85b0d880b0579f33a6e874ca250d343f7761dbcc
üst a4aab481
......@@ -230,7 +230,6 @@ void SwUndo::Repeat(SfxRepeatTarget & rContext)
::sw::RepeatContext *const pRepeatContext(
dynamic_cast< ::sw::RepeatContext * >(& rContext));
assert(pRepeatContext);
if (!pRepeatContext) { return; }
RepeatImpl(*pRepeatContext);
}
......
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