[Libreoffice-commits] .: svtools/source
Markus Mohrhard
mmohrhard at kemper.freedesktop.org
Thu Mar 22 19:16:00 PDT 2012
svtools/source/control/valueacc.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit ffc7968ef27d662bdb2b7418eb0344039312f0bb
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date: Fri Mar 23 02:56:41 2012 +0100
Memcheck: Jump depends on unitialised variable
diff --git a/svtools/source/control/valueacc.cxx b/svtools/source/control/valueacc.cxx
index 22680c4..37c48c2 100644
--- a/svtools/source/control/valueacc.cxx
+++ b/svtools/source/control/valueacc.cxx
@@ -48,6 +48,7 @@ ValueSetItem::ValueSetItem( ValueSet& rParent )
: mrParent(rParent)
, mnId(0)
, meType(VALUESETITEM_NONE)
+ , mbVisible(true)
, mpData(NULL)
, mpxAcc(NULL)
{
More information about the Libreoffice-commits
mailing list