[Libreoffice-commits] core.git: filter/source sw/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sun Sep 9 17:47:56 UTC 2018


 filter/source/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl |    2 +-
 sw/source/filter/ww8/ww8scan.cxx                              |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit f3a084d25889edfeed11f1f57b3af33c5f5d97d5
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sat Sep 8 18:40:20 2018 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Sep 9 19:47:34 2018 +0200

    Fix typo
    
    Change-Id: Ifcf29e6f79346b80ea5c8ca1e8a2653ff0b58dc2
    Reviewed-on: https://gerrit.libreoffice.org/60201
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

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


More information about the Libreoffice-commits mailing list