diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-12-18 19:28:31 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-12-18 19:28:31 +0000 |
commit | d4c2d9c80bfaeb70ca1c90a09e53e503be5d64fa (patch) | |
tree | dbb3bab20a5a2ec41d37dc5e75a591db78fac7de | |
parent | fb4c82b541f4e5b50d644bd56a52f1428691c7e4 (diff) |
cppcheck: uninit member variable
-rw-r--r-- | toolkit/source/layout/core/flow.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolkit/source/layout/core/flow.cxx b/toolkit/source/layout/core/flow.cxx index ee3ffe15f6d1..7a43c8137deb 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 ) ), |