svx/source/table/tablecontroller.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5507b741ccf018c06fb29694d13837abcac4486a
Author: Julien Nabet <serval2...@yahoo.fr>
Date:   Sun Nov 20 10:22:56 2016 +0100

    tdf#88351: Revert "coverity#704341 Logically dead code"
    
    This reverts commit 7b1f5cc16fdbc0c53d0b7f9e3f45decd1136f4fa.
    
    Change-Id: I85d4c45025817914d6b78458f24a343f3b05879c
    Reviewed-on: https://gerrit.libreoffice.org/31017
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    Tested-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/svx/source/table/tablecontroller.cxx 
b/svx/source/table/tablecontroller.cxx
index a612d3f..fc5acd4 100644
--- a/svx/source/table/tablecontroller.cxx
+++ b/svx/source/table/tablecontroller.cxx
@@ -2695,7 +2695,7 @@ bool SvxTableController::ApplyFormatPaintBrush( 
SfxItemSet& rFormatSet, bool bNo
         {
             if( (*pRanges != EE_PARA_START) && (*pRanges != EE_CHAR_START) )
             {
-                bTextOnly = false;
+                bTextOnly = true;
                 break;
             }
             pRanges += 2;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to