summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-09-08 18:40:20 +0200
committerJulien Nabet <serval2412@yahoo.fr>2018-09-09 19:47:34 +0200
commitf3a084d25889edfeed11f1f57b3af33c5f5d97d5 (patch)
tree8a57900249dfa225e431f0c99fb4f0cb743d3e20
parent349778d8f377cc8e475d91c3649ae26c6b37f681 (diff)
Fix typo
Change-Id: Ifcf29e6f79346b80ea5c8ca1e8a2653ff0b58dc2 Reviewed-on: https://gerrit.libreoffice.org/60201 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--filter/source/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl2
-rw-r--r--sw/source/filter/ww8/ww8scan.cxx4
2 files changed, 3 insertions, 3 deletions
diff --git a/filter/source/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl b/filter/source/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl
index 92fab9a35a1f..8b378b42bf96 100644
--- a/filter/source/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl
+++ b/filter/source/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl
@@ -2422,7 +2422,7 @@
<xsl:attribute name="number:country">BT</xsl:attribute>
</xsl:when>
<xsl:when test="$language-country-code = 1105">
- <!-- Tibetan - Peoples' Republic of China, #0451 -->
+ <!-- Tibetan - People's Republic of China, #0451 -->
<xsl:attribute name="number:language">bo</xsl:attribute>
<xsl:attribute name="number:country">CN</xsl:attribute>
</xsl:when>
diff --git a/sw/source/filter/ww8/ww8scan.cxx b/sw/source/filter/ww8/ww8scan.cxx
index 563f262d6b69..19a7618fe706 100644
--- a/sw/source/filter/ww8/ww8scan.cxx
+++ b/sw/source/filter/ww8/ww8scan.cxx
@@ -8207,7 +8207,7 @@ void WW8DopTypography::WriteToMem(sal_uInt8 *&pData) const
LanguageType WW8DopTypography::GetConvertedLang() const
{
LanguageType nLang;
- //I have assumed peoples republic/taiwan == simplified/traditional
+ //I have assumed people's republic/taiwan == simplified/traditional
//This isn't a documented issue, so we might have it all wrong,
//i.e. i.e. what's with the powers of two ?
@@ -8222,7 +8222,7 @@ LanguageType WW8DopTypography::GetConvertedLang() const
case 2: //Japan
nLang = LANGUAGE_JAPANESE;
break;
- case 4: //Chinese (Peoples Republic)
+ case 4: //Chinese (People's Republic)
nLang = LANGUAGE_CHINESE_SIMPLIFIED;
break;
case 6: //Korean