Kaydet (Commit) 5507b741 authored tarafından Julien Nabet's avatar Julien Nabet

tdf#88351: Revert "coverity#704341 Logically dead code"

This reverts commit 7b1f5cc1.

Change-Id: I85d4c45025817914d6b78458f24a343f3b05879c
Reviewed-on: https://gerrit.libreoffice.org/31017Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst e2ebfc5d
...@@ -2695,7 +2695,7 @@ bool SvxTableController::ApplyFormatPaintBrush( SfxItemSet& rFormatSet, bool bNo ...@@ -2695,7 +2695,7 @@ bool SvxTableController::ApplyFormatPaintBrush( SfxItemSet& rFormatSet, bool bNo
{ {
if( (*pRanges != EE_PARA_START) && (*pRanges != EE_CHAR_START) ) if( (*pRanges != EE_PARA_START) && (*pRanges != EE_CHAR_START) )
{ {
bTextOnly = false; bTextOnly = true;
break; break;
} }
pRanges += 2; 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