diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-10 18:58:02 +0100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-03-11 05:04:40 +0000 |
commit | fba66b325c493567126b23d481d75ee00dc9c30d (patch) | |
tree | 4b8d64cc253aef14a22c5638b5f8175bc0049dcf /editeng | |
parent | b4fdb46a75731b22eb85671af4773e5bc9208f85 (diff) |
Fix typos
Change-Id: I19d30a1ef4236dbe0a0053dad67a5ba7b1586fc8
Reviewed-on: https://gerrit.libreoffice.org/35054
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Johnny_M <klasse@partyheld.de>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'editeng')
-rw-r--r-- | editeng/source/misc/hangulhanja.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/source/misc/hangulhanja.cxx b/editeng/source/misc/hangulhanja.cxx index 53a45a44ea31..54bdaea9f2a3 100644 --- a/editeng/source/misc/hangulhanja.cxx +++ b/editeng/source/misc/hangulhanja.cxx @@ -78,7 +78,7 @@ namespace editeng // additions for Chinese simplified / traditional conversion HHC::ConversionType m_eConvType; // conversion type (Hangul/Hanja, simplified/traditional Chinese,...) - LanguageType m_nSourceLang; // just a 'copy' of m_aSourceLocale in order in order to + LanguageType m_nSourceLang; // just a 'copy' of m_aSourceLocale in order to // save the applications from always converting to this // type in their implementations LanguageType m_nTargetLang; // target language of new replacement text |