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

coverity#704341 Logically dead code

Change-Id: I5a097afe1c582eab023cecadc0b1cc77faf774a1
Reviewed-on: https://gerrit.libreoffice.org/3046Reviewed-by: 's avatarPetr Mladek <pmladek@suse.cz>
Tested-by: 's avatarPetr Mladek <pmladek@suse.cz>
üst e8943d60
......@@ -2521,7 +2521,7 @@ bool SvxTableController::ApplyFormatPaintBrush( SfxItemSet& rFormatSet, bool bNo
{
if( (*pRanges != EE_PARA_START) && (*pRanges != EE_CHAR_START) )
{
bTextOnly = true;
bTextOnly = false;
break;
}
pRanges += 2;
......
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