summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-09-05 12:34:40 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-09-05 12:52:10 +0100
commit048598504cff3a68334e521f4a3bf15d0134557c (patch)
tree3e25955de7cfbaa4c3dacd10a62e364b6d2a836d /sc
parent8430357c7fbb2aa7fd0010a5451c4bc007f06612 (diff)
CID#1079327 uninitialized scalar values
Change-Id: I62d58154ca8c5b4c6b6b0d1aece1b5ecbab2a6eb
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/cctrl/checklistmenu.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/cctrl/checklistmenu.cxx b/sc/source/ui/cctrl/checklistmenu.cxx
index a0e3393a602a..e684fc34fa5a 100644
--- a/sc/source/ui/cctrl/checklistmenu.cxx
+++ b/sc/source/ui/cctrl/checklistmenu.cxx
@@ -865,7 +865,7 @@ ScCheckListMenuWindow::Config::Config() :
}
ScCheckListMenuWindow::Member::Member() :
- mbVisible(true)
+ mbVisible(true), mbDate(false), mbLeaf(false)
{
}