Kaydet (Commit) 19b098f1 authored tarafından Julien Nabet's avatar Julien Nabet

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/56124Reviewed-by: 's avatarV Stuart Foote <vstuart.foote@utsa.edu>
Tested-by: Jenkins
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst b0618c49
...@@ -319,6 +319,8 @@ SvxCharNamePage::SvxCharNamePage( vcl::Window* pParent, const SfxItemSet& rInSet ...@@ -319,6 +319,8 @@ SvxCharNamePage::SvxCharNamePage( vcl::Window* pParent, const SfxItemSet& rInSet
get(m_pWestFontLanguageFT, "westlangft-nocjk"); get(m_pWestFontLanguageFT, "westlangft-nocjk");
get(m_pWestFontLanguageLB, "westlanglb-nocjk"); get(m_pWestFontLanguageLB, "westlanglb-nocjk");
get(m_pWestFontTypeFT, "westfontinfo-nocjk"); get(m_pWestFontTypeFT, "westfontinfo-nocjk");
get(m_pWestFontFeaturesButton, "west_features_button-nocjk");
} }
get(m_pEastFrame, "asian"); get(m_pEastFrame, "asian");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment