summaryrefslogtreecommitdiff
path: root/svx/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-09-15 13:26:16 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-09-15 15:59:34 +0200
commit74f4b03df17b3d194b2345c8d0b7779e6c6bd4ef (patch)
treee9eb21c3ea06333540761bba424a60f80bf7ce46 /svx/source
parent9c5a468dda19724c95a9e20647b0e94026c6c7f7 (diff)
coverity#1439337 uninitialized scalar field
Change-Id: Ie5d3ae790b0155ce0cc36c347f32e390c2097768 Reviewed-on: https://gerrit.libreoffice.org/60523 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx/source')
-rw-r--r--svx/source/dialog/svxbmpnumvalueset.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/source/dialog/svxbmpnumvalueset.cxx b/svx/source/dialog/svxbmpnumvalueset.cxx
index 66ea1f6732bd..9753b897c5c1 100644
--- a/svx/source/dialog/svxbmpnumvalueset.cxx
+++ b/svx/source/dialog/svxbmpnumvalueset.cxx
@@ -818,6 +818,7 @@ void NumValueSet::SetOutlineNumberingSettings(
SvxBmpNumValueSet::SvxBmpNumValueSet(std::unique_ptr<weld::ScrolledWindow> pScrolledWindow)
: NumValueSet(std::move(pScrolledWindow))
, aFormatIdle("SvxBmpNumValueSet FormatIdle")
+ , bGrfNotFound(false)
{
}