summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-12-11 13:24:22 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-12-11 15:11:18 +0000
commit108eee306ea0beef1e8cc5e673a72db0928dd6b8 (patch)
tree6f3e0d4747f6565c0dc0689aa3e63278b2c014dd /filter
parentbd43733860699d9f9f5b28f15a442b272d6f77e1 (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 'filter')
-rw-r--r--filter/source/msfilter/countryid.cxx2
-rw-r--r--filter/source/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl4
2 files changed, 3 insertions, 3 deletions
diff --git a/filter/source/msfilter/countryid.cxx b/filter/source/msfilter/countryid.cxx
index b36f51bd7304..28b57b332e5b 100644
--- a/filter/source/msfilter/countryid.cxx
+++ b/filter/source/msfilter/countryid.cxx
@@ -147,7 +147,7 @@ static const CountryEntry pTable[] =
{ COUNTRY_INDIA, LANGUAGE_URDU_INDIA, true },
{ COUNTRY_INDIA, LANGUAGE_PUNJABI, false },
{ COUNTRY_INDIA, LANGUAGE_GUJARATI, false },
- { COUNTRY_INDIA, LANGUAGE_ORIYA, false },
+ { COUNTRY_INDIA, LANGUAGE_ODIA, false },
{ COUNTRY_INDIA, LANGUAGE_TAMIL, false },
{ COUNTRY_INDIA, LANGUAGE_TELUGU, false },
{ COUNTRY_INDIA, LANGUAGE_KANNADA, false },
diff --git a/filter/source/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl b/filter/source/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl
index 8869952740db..88f0d8addbd6 100644
--- a/filter/source/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl
+++ b/filter/source/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl
@@ -1268,7 +1268,7 @@
<xsl:attribute name="number:transliteration-language">gu</xsl:attribute>
<xsl:attribute name="number:transliteration-country">IN</xsl:attribute>
</xsl:when>
- <!-- Oriya (India), #08 -->
+ <!-- Odia (India), #08 -->
<xsl:when test="$number-shape-code = 8">
<xsl:attribute name="number:transliteration-language">or</xsl:attribute>
<xsl:attribute name="number:transliteration-country">IN</xsl:attribute>
@@ -2102,7 +2102,7 @@
<xsl:attribute name="number:country">NO</xsl:attribute>
</xsl:when>
<xsl:when test="$language-country-code = 1096">
- <!-- Oriya (India), #0448 -->
+ <!-- Odia (India), #0448 -->
<xsl:attribute name="number:language">or</xsl:attribute>
<xsl:attribute name="number:country">IN</xsl:attribute>
</xsl:when>