summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;