[Libreoffice-commits] core.git: sw/source
Noel Grandin
noel at peralex.com
Wed Apr 30 02:09:47 PDT 2014
sw/source/core/layout/calcmove.cxx | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 82e8c6a6990571a558e13ebff85edb3b5d511866
Author: Noel Grandin <noel at peralex.com>
Date: Wed Apr 30 11:07:50 2014 +0200
-Werror=parentheses
introduced in commit 6aa35db39311dcd7965c9c9c21fcf4143a1f9b43
"sw: sal_Bool->bool"
Change-Id: I7edaf2dcebf75c1f13360ae66a1f0497449d5834
diff --git a/sw/source/core/layout/calcmove.cxx b/sw/source/core/layout/calcmove.cxx
index 5bb985f..109f77d 100644
--- a/sw/source/core/layout/calcmove.cxx
+++ b/sw/source/core/layout/calcmove.cxx
@@ -1317,7 +1317,8 @@ void SwCntntFrm::MakeAll()
}
if ( !mbValidSize )
{
- mbValidSize = bFormatted = sal_True;
+ mbValidSize = true;
+ bFormatted = sal_True;
++nFormatCount;
if( nFormatCount > STOP_FLY_FORMAT )
SetFlyLock( true );
More information about the Libreoffice-commits
mailing list