summaryrefslogtreecommitdiffstats
path: root/svtools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-08-26 16:55:03 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-08-26 17:00:23 +0100
commit69638beaba0dbb0a7bc6ad66bbf940325f34900b (patch)
treee1c62d5e8f6978dc5d818e568317bf959f5ff28c /svtools
parentmy 'Cleanvertising ' font has a space at its end (diff)
downloadcore-69638beaba0dbb0a7bc6ad66bbf940325f34900b.tar.gz
core-69638beaba0dbb0a7bc6ad66bbf940325f34900b.zip
Related: fdo#82259 possible solution to 'GB18030 Bitmap' detected as Japanese
Change-Id: Ibcf9c02c341aecc747b8b5a1ee347f7ded173e27
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/misc/sampletext.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/misc/sampletext.cxx b/svtools/source/misc/sampletext.cxx
index b09996063d00..b7e416de8a6c 100644
--- a/svtools/source/misc/sampletext.cxx
+++ b/svtools/source/misc/sampletext.cxx
@@ -1164,7 +1164,7 @@ namespace
if (bKore && !bJpan && !bHans)
eScript = USCRIPT_KOREAN;
- else if (bJpan && !bKore && !bHant)
+ else if (bJpan && !bKore && !bHans)
eScript = USCRIPT_JAPANESE;
else if (bHant && !bHans && !bKore && !bJpan)
eScript = USCRIPT_TRADITIONAL_HAN;