diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-03-23 02:56:41 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-03-23 03:15:08 +0100 |
commit | ffc7968ef27d662bdb2b7418eb0344039312f0bb (patch) | |
tree | 73d3ccdc71fc19fd2f2a6ecbfd8a75b7d1a9411c | |
parent | 30cb55913638905e1651874958f9ef1732ad0daf (diff) |
Memcheck: Jump depends on unitialised variable
-rw-r--r-- | svtools/source/control/valueacc.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svtools/source/control/valueacc.cxx b/svtools/source/control/valueacc.cxx index 22680c4234e7..37c48c2ed4b6 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) { |