[Libreoffice-commits] .: binfilter/bf_sw

Caolán McNamara caolan at kemper.freedesktop.org
Tue Jun 7 06:45:54 PDT 2011


 binfilter/bf_sw/source/core/layout/sw_flowfrm.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b536d38c7760083993cb567171078191109fa075
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Tue Jun 7 14:45:44 2011 +0100

    WaE: MacOSX gcc more picky than mine

diff --git a/binfilter/bf_sw/source/core/layout/sw_flowfrm.cxx b/binfilter/bf_sw/source/core/layout/sw_flowfrm.cxx
index 0a5160e..4b7351f 100644
--- a/binfilter/bf_sw/source/core/layout/sw_flowfrm.cxx
+++ b/binfilter/bf_sw/source/core/layout/sw_flowfrm.cxx
@@ -1771,7 +1771,7 @@ namespace binfilter {
 /*?*/ 			}
 /*N*/ 		}
 /*N*/ 		BOOL bUnlock = FALSE;
-/*N*/ 		BOOL bFollow;
+/*N*/ 		BOOL bFollow = FALSE;
 /*N*/ 		//Section locken, sonst kann sie bei Fluss des einzigen Cntnt etwa
 /*N*/ 		//von zweiter in die erste Spalte zerstoert werden.
 /*N*/ 		SwSectionFrm* pSect = pNewUpper->FindSctFrm();


More information about the Libreoffice-commits mailing list