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

Julien Nabet serval2412 at yahoo.fr
Tue Jun 19 21:27:57 UTC 2018


 cui/source/tabpages/chardlg.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 19b098f123f4566a870081e14c837d57f643489d
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Tue Jun 19 20:53:17 2018 +0200

    tdf#118212: fix crash with character format
    
    see bt:
    https://bugs.documentfoundation.org/attachment.cgi?id=142938
    
    Regression from https://cgit.freedesktop.org/libreoffice/core/commit/?id=3aa8a048776bdf0d4868847baac2a72aa55cd6a3
    
    Change-Id: Id4705865dac5f337f30ca7118a6b29735075b295
    Reviewed-on: https://gerrit.libreoffice.org/56124
    Reviewed-by: V Stuart Foote <vstuart.foote at utsa.edu>
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/cui/source/tabpages/chardlg.cxx b/cui/source/tabpages/chardlg.cxx
index 03fc6723cbe4..13dbe1d2524a 100644
--- a/cui/source/tabpages/chardlg.cxx
+++ b/cui/source/tabpages/chardlg.cxx
@@ -319,6 +319,8 @@ SvxCharNamePage::SvxCharNamePage( vcl::Window* pParent, const SfxItemSet& rInSet
         get(m_pWestFontLanguageFT, "westlangft-nocjk");
         get(m_pWestFontLanguageLB, "westlanglb-nocjk");
         get(m_pWestFontTypeFT, "westfontinfo-nocjk");
+
+        get(m_pWestFontFeaturesButton, "west_features_button-nocjk");
     }
 
     get(m_pEastFrame, "asian");


More information about the Libreoffice-commits mailing list