summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2013-03-25 23:10:59 +0100
committerPetr Mladek <pmladek@suse.cz>2013-03-27 17:43:20 +0000
commit7b1f5cc16fdbc0c53d0b7f9e3f45decd1136f4fa (patch)
tree2896687302ad4ce49938f43ee493024222c9a635 /svx
parente8943d60fc2ffe2b3abd1195a53346aafb4a5a81 (diff)
coverity#704341 Logically dead code
Change-Id: I5a097afe1c582eab023cecadc0b1cc77faf774a1 Reviewed-on: https://gerrit.libreoffice.org/3046 Reviewed-by: Petr Mladek <pmladek@suse.cz> Tested-by: Petr Mladek <pmladek@suse.cz>
Diffstat (limited to 'svx')
-rw-r--r--svx/source/table/tablecontroller.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/table/tablecontroller.cxx b/svx/source/table/tablecontroller.cxx
index 74c42cb86e38..0277aaf9bdf5 100644
--- a/svx/source/table/tablecontroller.cxx
+++ b/svx/source/table/tablecontroller.cxx
@@ -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;