cui/source/inc/FontFeaturesDialog.hxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit 64fbc0e44d98614d25c81428ec024e36ce27c573 Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Tue Jul 16 10:26:20 2019 +0100 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Tue Jul 16 17:26:00 2019 +0200 cid#1448491 Uninitialized scalar field Change-Id: I629da8b1620f3ff76f7aea5ded87a11b925b93e4 Reviewed-on: https://gerrit.libreoffice.org/75694 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caol...@redhat.com> Tested-by: Caolán McNamara <caol...@redhat.com> diff --git a/cui/source/inc/FontFeaturesDialog.hxx b/cui/source/inc/FontFeaturesDialog.hxx index b8c48ce805bc..0ef242c87c90 100644 --- a/cui/source/inc/FontFeaturesDialog.hxx +++ b/cui/source/inc/FontFeaturesDialog.hxx @@ -24,6 +24,7 @@ struct FontFeatureItem { FontFeatureItem(weld::Widget* pParent) : m_aFeatureCode(0) + , m_nDefault(0) , m_xBuilder(Application::CreateBuilder(pParent, "cui/ui/fontfragment.ui")) , m_xContainer(m_xBuilder->weld_widget("fontentry")) , m_xText(m_xBuilder->weld_label("label")) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits