summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2018-06-19 20:53:17 +0200
committerJulien Nabet <serval2412@yahoo.fr>2018-06-19 23:27:32 +0200
commit19b098f123f4566a870081e14c837d57f643489d (patch)
tree91168ee628bda21223f2981a11f51f7821952885
parentb0618c49abdf1fd76b1d5f45cadbde1ab9e7797f (diff)
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@utsa.edu> Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--cui/source/tabpages/chardlg.cxx2
1 files changed, 2 insertions, 0 deletions
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");