diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-09-03 00:19:40 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-09-03 10:29:41 +0200 |
commit | eced5a20b5db1364aa9feb50dfc8e55b34324b9e (patch) | |
tree | a96eb91f02c8811fd7c6154618a168487b65c73b /svtools | |
parent | 5785fc06836607b3a0a25e649d81b8607b22d4af (diff) |
Fix typos
Change-Id: I7eacff7dd5bf1e8ae70d2bca0bc852b8a45eeeec
Reviewed-on: https://gerrit.libreoffice.org/78428
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/misc/sampletext.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/source/misc/sampletext.cxx b/svtools/source/misc/sampletext.cxx index f562e2000131..93cabdaacfdf 100644 --- a/svtools/source/misc/sampletext.cxx +++ b/svtools/source/misc/sampletext.cxx @@ -93,12 +93,12 @@ static UScriptCode lcl_getHardCodedScriptNameForFont (const OutputDevice &rDevic } else if (rName == "Hannotate TC" || rName == "HanziPen TC" || rName == "Heiti TC" || rName == "Weibei TC") { - // These fonts claim support for ARMENIAN and a bunch of other stuff they doesn't support + // These fonts claim support for ARMENIAN and a bunch of other stuff they don't support return USCRIPT_TRADITIONAL_HAN; } else if (rName == "Hannotate SC" || rName == "HanziPen SC" || rName == "Heiti SC" || rName == "Weibei SC") { - // These fonts claim support for ARMENIAN and a bunch of other stuff they doesn't support + // These fonts claim support for ARMENIAN and a bunch of other stuff they don't support return USCRIPT_SIMPLIFIED_HAN; } |