[Libreoffice-commits] core.git: svx/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Sat Sep 15 13:59:53 UTC 2018
svx/source/dialog/svxbmpnumvalueset.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 74f4b03df17b3d194b2345c8d0b7779e6c6bd4ef
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Sat Sep 15 13:26:16 2018 +0100
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Sat Sep 15 15:59:34 2018 +0200
coverity#1439337 uninitialized scalar field
Change-Id: Ie5d3ae790b0155ce0cc36c347f32e390c2097768
Reviewed-on: https://gerrit.libreoffice.org/60523
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
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)
{
}
More information about the Libreoffice-commits
mailing list