From c276830bd7d7e405b3a1cf54f2181784bf137883 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 30 Apr 2014 12:26:18 +0300 Subject: One more -Werror=parentheses Change-Id: I21ebdcade15d7b66c2ed79584f5999f0421a049d --- sw/source/core/layout/calcmove.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sw/source/core/layout/calcmove.cxx b/sw/source/core/layout/calcmove.cxx index 109f77d6d5c6..348789afeafb 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(); } } -- cgit