diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-06-19 11:50:11 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-06-19 14:11:50 +0100 |
commit | 2a598619d7fbc992f1903a745fd536ddf5e45c81 (patch) | |
tree | adcc6992bdbd3096bfff8a0cff85b7a56bdde500 | |
parent | 749ffa2991c3b20e3c250d6473aaada3c1b28710 (diff) |
Related: #i89077# Singapore uses simplified chinese
Change-Id: If6b17c0a19455edb7d7fb94c5d552267c1fe5984
-rw-r--r-- | svtools/source/control/ctrltool.cxx | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/svtools/source/control/ctrltool.cxx b/svtools/source/control/ctrltool.cxx index 8561167467f4..e14b698c654d 100644 --- a/svtools/source/control/ctrltool.cxx +++ b/svtools/source/control/ctrltool.cxx @@ -899,19 +899,12 @@ FontSizeNames::FontSizeNames( LanguageType eLanguage ) { case LANGUAGE_CHINESE: case LANGUAGE_CHINESE_SIMPLIFIED: + case LANGUAGE_CHINESE_SINGAPORE: mpArray = aImplSimplifiedChinese; mnElem = SAL_N_ELEMENTS(aImplSimplifiedChinese); break; -#if 0 // #i89077# disabled by popular request - case LANGUAGE_CHINESE_HONGKONG: - case LANGUAGE_CHINESE_SINGAPORE: - case LANGUAGE_CHINESE_MACAU: - case LANGUAGE_CHINESE_TRADITIONAL: - mpArray = aImplTraditionalChinese; - mnElem = SAL_N_ELEMENTS(aImplTraditionalChinese); - break; -#endif + // equivalent for traditional chinese disabled by popular request, #i89077# default: mpArray = NULL; |