summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-07-16 10:26:20 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-07-16 17:26:00 +0200
commit64fbc0e44d98614d25c81428ec024e36ce27c573 (patch)
tree57188d37fc59ae9254da21c46bd37748bb0d948d /cui
parent4ed9b1de2bcd5403d8a4e2d85bac620baccc429b (diff)
cid#1448491 Uninitialized scalar field
Change-Id: I629da8b1620f3ff76f7aea5ded87a11b925b93e4 Reviewed-on: https://gerrit.libreoffice.org/75694 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui')
-rw-r--r--cui/source/inc/FontFeaturesDialog.hxx1
1 files changed, 1 insertions, 0 deletions
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"))