diff options
author | Fridrich Strba <fridrich@documentfoundation.org> | 2013-06-08 05:51:32 +0000 |
---|---|---|
committer | Fridrich Strba <fridrich@documentfoundation.org> | 2013-06-08 05:52:58 +0000 |
commit | fceb821c473112727520c0952607f8377b62f417 (patch) | |
tree | 6a646da4546c352425d2b7e3b801d27e759d11eb /i18npool/source/nativenumber/data | |
parent | 0114e1c85bc42fd3bd2a3d0aa33f77f67093b66b (diff) |
Revert "fdo#64977 Adding Tibetan Language Support"
This reverts commit 0114e1c85bc42fd3bd2a3d0aa33f77f67093b66b
Change-Id: Ib0c0b72eead417126285a46ee34faaf2f3c3a767
Reviewed-on: https://gerrit.libreoffice.org/4196
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
Diffstat (limited to 'i18npool/source/nativenumber/data')
-rw-r--r-- | i18npool/source/nativenumber/data/numberchar.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/i18npool/source/nativenumber/data/numberchar.h b/i18npool/source/nativenumber/data/numberchar.h index a4dc75c72b8d..f1aabb0ca93c 100644 --- a/i18npool/source/nativenumber/data/numberchar.h +++ b/i18npool/source/nativenumber/data/numberchar.h @@ -87,7 +87,6 @@ static sal_Unicode NumberChar[][10] = { { 0x0020, 0x05D0, 0x05D1, 0x05D2, 0x05D3, 0x05D4, 0x05D5, 0x05D6, 0x05D7, 0x05D8 }, // Hebrew { 0x0966, 0x0967, 0x0968, 0x0969, 0x096A, 0x096B, 0x096C, 0x096D, 0x096E, 0x096F }, // Nepali { 0x0F20, 0x0F21, 0x0F22, 0x0F23, 0x0F24, 0x0F25, 0x0F26, 0x0F27, 0x0F28, 0x0F29 }, // Dzongkha - { 0x0F20, 0x0F21, 0x0F22, 0x0F23, 0x0F24, 0x0F25, 0x0F26, 0x0F27, 0x0F28, 0x0F29 }, // Tibetan }; static sal_Unicode DecimalChar[] = { @@ -122,7 +121,6 @@ static sal_Unicode DecimalChar[] = { 0x0000, // Hebrew 0x0000, // Nepali 0x0000, // Dzongkha - 0x0000, // Tibetan }; static sal_Unicode MinusChar[] = { @@ -157,7 +155,6 @@ static sal_Unicode MinusChar[] = { 0x0000, // Hebrew 0x0000, // Nepali 0x0000, // Dzongkha - 0x0000, // Tibetan }; static sal_uInt16 SeparatorChar[] = { @@ -192,7 +189,6 @@ static sal_uInt16 SeparatorChar[] = { 0x0000, // Hebrew 0x0000, // Nepali 0x0000, // Dzongkha - 0x0000, // Tibetan }; #define NUMBER_ZERO NumberChar[NumberChar_HalfWidth][0] // 0x0030 |