sw/source/core/layout/calcmove.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
New commits: commit c276830bd7d7e405b3a1cf54f2181784bf137883 Author: Tor Lillqvist <t...@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(); } } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits