diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-07-12 07:00:00 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-07-12 07:00:00 +0000 |
commit | 9f247bf4cc73845037d585c11a27df5210071b10 (patch) | |
tree | 07d7b41564e87a8f30ce101765077c9ac26dacbf /i18npool/source | |
parent | 034af024fdf4827032e7ed5db7df28239024882b (diff) |
#i10000# undo last change
Diffstat (limited to 'i18npool/source')
-rw-r--r-- | i18npool/source/transliteration/numtotext_cjk.cxx | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/i18npool/source/transliteration/numtotext_cjk.cxx b/i18npool/source/transliteration/numtotext_cjk.cxx index 37b72f648241..a9e7fa69c631 100644 --- a/i18npool/source/transliteration/numtotext_cjk.cxx +++ b/i18npool/source/transliteration/numtotext_cjk.cxx @@ -4,9 +4,9 @@ * * $RCSfile: numtotext_cjk.cxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: obo $ $Date: 2006-07-11 12:51:12 $ + * last change: $Author: obo $ $Date: 2006-07-12 08:00:00 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -94,9 +94,4 @@ TRANSLITERATION_NUMTOTEXT ( HangulCircledJamo_ko, table_HangulCircledJamo_ko, sa TRANSLITERATION_NUMTOTEXT ( HangulCircledSyllable_ko, table_HangulCircledSyllable_ko, sal_True) #undef TRANSLITERATION_NUMTOTEXT -// Only to prevent warnings gcc 3.4.1 (defined but not used) -sal_Unicode dummy = table_CyrillicUpperLetter_bg[0]; -sal_Unicode dummy1 = table_CyrillicLowerLetter_bg[0]; -sal_Unicode dummy2 = table_CyrillicUpperLetter_ru[0]; -sal_Unicode dummy3 = table_CyrillicLowerLetter_ru[0]; } } } } |