[Libreoffice-commits] .: binfilter/bf_sw
Caolán McNamara
caolan at kemper.freedesktop.org
Tue Jun 7 08:08:29 PDT 2011
binfilter/bf_sw/source/core/layout/sw_frmtool.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 4001f3096a3341603cd37397d03fdb8dfbe8f43d
Author: Caolán McNamara <caolanm at redhat.com>
Date: Tue Jun 7 16:08:11 2011 +0100
WaE: MacOSX uninit variable
diff --git a/binfilter/bf_sw/source/core/layout/sw_frmtool.cxx b/binfilter/bf_sw/source/core/layout/sw_frmtool.cxx
index 95f2122..5c62f8b 100644
--- a/binfilter/bf_sw/source/core/layout/sw_frmtool.cxx
+++ b/binfilter/bf_sw/source/core/layout/sw_frmtool.cxx
@@ -1581,7 +1581,7 @@ void MakeFrms( SwDoc *pDoc, const SwNodeIndex &rSttIdx,
}
else
{
- BOOL bSplit;
+ BOOL bSplit(false);
SwFrm* pPrv = bApres ? pFrm : pFrm->GetPrev();
// Wenn in einen SectionFrm ein anderer eingefuegt wird,
// muss dieser aufgebrochen werden
More information about the Libreoffice-commits
mailing list