summaryrefslogtreecommitdiffstats
path: root/svtools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-06-19 11:50:11 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-06-19 14:11:50 +0100
commit2a598619d7fbc992f1903a745fd536ddf5e45c81 (patch)
treeadcc6992bdbd3096bfff8a0cff85b7a56bdde500 /svtools
parentmove odd IsSimilarChinese debugging thing to local scope (diff)
downloadcore-2a598619d7fbc992f1903a745fd536ddf5e45c81.tar.gz
core-2a598619d7fbc992f1903a745fd536ddf5e45c81.zip
Related: #i89077# Singapore uses simplified chinese
Change-Id: If6b17c0a19455edb7d7fb94c5d552267c1fe5984
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/control/ctrltool.cxx11
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;