summaryrefslogtreecommitdiff
path: root/i18npool/inc/chartonum.hxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-04-23 09:29:09 +0300
committerTor Lillqvist <tml@collabora.com>2014-04-23 09:33:42 +0300
commitbb2f13b473f87ec75366dad5aa318b1e24893735 (patch)
tree3ecae8633ca9af1dbcaa3776c0a6a33bed547621 /i18npool/inc/chartonum.hxx
parentf420a49a76030b0cf4b38ba13f9630c212bc6418 (diff)
Avoid cargo cult rites
Change-Id: I39fee26048d5b4ddb03217309b7117bef9ec4cd8
Diffstat (limited to 'i18npool/inc/chartonum.hxx')
-rw-r--r--i18npool/inc/chartonum.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/i18npool/inc/chartonum.hxx b/i18npool/inc/chartonum.hxx
index f899b738f076..2a2e2c2580a6 100644
--- a/i18npool/inc/chartonum.hxx
+++ b/i18npool/inc/chartonum.hxx
@@ -30,7 +30,6 @@ public: \
CharToNum##name (); \
};
-#ifdef TRANSLITERATION_ALL
TRANSLITERATION_CHARTONUM(Lower_zh_CN)
TRANSLITERATION_CHARTONUM(Upper_zh_CN)
TRANSLITERATION_CHARTONUM(Lower_zh_TW)
@@ -45,7 +44,7 @@ TRANSLITERATION_CHARTONUM(Indic_ar)
TRANSLITERATION_CHARTONUM(EastIndic_ar)
TRANSLITERATION_CHARTONUM(Indic_hi)
TRANSLITERATION_CHARTONUM(_th)
-#endif
+
#undef TRANSLITERATION_CHARTONUM
} } } }