[Libreoffice-commits] .: toolkit/source
Caolán McNamara
caolan at kemper.freedesktop.org
Sat Dec 18 11:28:41 PST 2010
toolkit/source/layout/core/flow.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 025e954fd9118cba8a135eb29da325f1f5a7938c
Author: Caolán McNamara <caolanm at redhat.com>
Date: Sat Dec 18 19:28:31 2010 +0000
cppcheck: uninit member variable
diff --git a/toolkit/source/layout/core/flow.cxx b/toolkit/source/layout/core/flow.cxx
index b12d667..06c0d0f 100644
--- a/toolkit/source/layout/core/flow.cxx
+++ b/toolkit/source/layout/core/flow.cxx
@@ -44,6 +44,7 @@ Flow::Flow()
: Container()
, mnSpacing( 0 )
, mbHomogeneous( false )
+ , mnEachWidth( 0 )
{
addProp( RTL_CONSTASCII_USTRINGPARAM( "Homogeneous" ),
::getCppuType( static_cast< const sal_Bool* >( NULL ) ),
More information about the Libreoffice-commits
mailing list