diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-12-11 13:24:22 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-12-11 15:11:18 +0000 |
commit | 108eee306ea0beef1e8cc5e673a72db0928dd6b8 (patch) | |
tree | 6f3e0d4747f6565c0dc0689aa3e63278b2c014dd /comphelper | |
parent | bd43733860699d9f9f5b28f15a442b272d6f77e1 (diff) |
Related: rhbz#1040291 Change language name from 'Oriya' to 'Odia'
Except for our external api where the Oriya is stuck (and similar for
the vba implementation)
Change-Id: I8288c930567385eea49a4c303727b13ef8b8a89f
Diffstat (limited to 'comphelper')
-rw-r--r-- | comphelper/source/misc/string.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/source/misc/string.cxx b/comphelper/source/misc/string.cxx index 4a5f9df8b623..ae622c2141b9 100644 --- a/comphelper/source/misc/string.cxx +++ b/comphelper/source/misc/string.cxx @@ -217,7 +217,7 @@ sal_uInt32 decimalStringToNumber( value = c - 0x0C66; else if( c >= 0x0BE6 ) // tamil digits value = c - 0x0BE6; - else if( c >= 0x0B66 ) // oriya digits + else if( c >= 0x0B66 ) // odia digits value = c - 0x0B66; else if( c >= 0x0AE6 ) // gujarati digits value = c - 0x0AE6; |