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

coverity#1267666: logically dead code in SwUndo::CanRepeat()

Change-Id: I38ff790419562cf0e4f2b584696867eaf4614166
üst 835db319
......@@ -236,7 +236,6 @@ bool SwUndo::CanRepeat(SfxRepeatTarget & rContext) const
::sw::RepeatContext *const pRepeatContext(
dynamic_cast< ::sw::RepeatContext * >(& rContext));
assert(pRepeatContext);
if (!pRepeatContext) { return false; }
return CanRepeatImpl(*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