[Libreoffice-commits] core.git: sw/source

Tor Lillqvist tml at collabora.com
Wed Apr 30 02:27:50 PDT 2014


 sw/source/core/layout/calcmove.cxx |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit c276830bd7d7e405b3a1cf54f2181784bf137883
Author: Tor Lillqvist <tml at collabora.com>
Date:   Wed Apr 30 12:26:18 2014 +0300

    One more -Werror=parentheses
    
    Change-Id: I21ebdcade15d7b66c2ed79584f5999f0421a049d

diff --git a/sw/source/core/layout/calcmove.cxx b/sw/source/core/layout/calcmove.cxx
index 109f77d..348789a 100644
--- a/sw/source/core/layout/calcmove.cxx
+++ b/sw/source/core/layout/calcmove.cxx
@@ -1377,7 +1377,8 @@ void SwCntntFrm::MakeAll()
                         }
                         if( GetFollow() )
                             Prepare( PREP_WIDOWS_ORPHANS, 0, false );
-                        mbValidSize = bFormatted = sal_True;
+                        mbValidSize = true;
+                        bFormatted = sal_True;
                         Format();
                     }
                 }


More information about the Libreoffice-commits mailing list