[Libreoffice-commits] core.git: cui/source

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Tue Jul 16 15:27:09 UTC 2019


 cui/source/inc/FontFeaturesDialog.hxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 64fbc0e44d98614d25c81428ec024e36ce27c573
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Tue Jul 16 10:26:20 2019 +0100
Commit:     Caolán McNamara <caolanm at 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 <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at 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"))


More information about the Libreoffice-commits mailing list