summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-04-29 11:34:17 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-04-29 11:40:28 +0100
commitd5d55b84f686ec7ba835105356f32f5a0ac1cf3e (patch)
tree3731b65cb2327bc16ee773d5bc3e1f1e673be1f9 /cui
parent7e487c1959f5a2b74dae656e3f012bab8a908151 (diff)
coverity#1210178 Uninitialized scalar field
Change-Id: I4bbd62b153f7e4b7769b1e1eeb65ce801e57ff5b
Diffstat (limited to 'cui')
-rw-r--r--cui/source/options/optdict.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/cui/source/options/optdict.cxx b/cui/source/options/optdict.cxx
index e0f46bdce70f..6047228902e1 100644
--- a/cui/source/options/optdict.cxx
+++ b/cui/source/options/optdict.cxx
@@ -228,7 +228,8 @@ SvxEditDictionaryDialog::SvxEditDictionaryDialog(
xSpell ( xSpl ),
nOld ( NOACTDICT ),
bFirstSelect (true),
- bDoNothing (false)
+ bDoNothing (false),
+ bDicIsReadonly (false)
{
get(pAllDictsLB,"book");