diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-12-19 15:14:57 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-12-20 08:49:50 +0100 |
commit | 6c9effd0e5a76ce18a211c5f8b41e00187e67ed4 (patch) | |
tree | 12ff1896d8a844bbd9e8c71618a13f4a982dad96 /i18nutil | |
parent | a9151763b6b0485e98512352d21843e3e2fbff5b (diff) |
Fix typo in code
It passed "make check" on Linux
Change-Id: I577f6ff01e8216ed85556ce4b3365fd924f75608
Reviewed-on: https://gerrit.libreoffice.org/65468
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'i18nutil')
-rw-r--r-- | i18nutil/source/utility/widthfolding.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i18nutil/source/utility/widthfolding.cxx b/i18nutil/source/utility/widthfolding.cxx index 62c4aa14b1e5..5b6b33b1426e 100644 --- a/i18nutil/source/utility/widthfolding.cxx +++ b/i18nutil/source/utility/widthfolding.cxx @@ -161,7 +161,7 @@ OUString widthfolding::compose_ja_voiced_sound_marks (const OUString& inStr, sal bCompose = true; // not to use combined KATAKANA LETTER VU - if ( previousChar == 0x30a6 && (nFlags & WIDTHFOLDNIG_DONT_USE_COMBINED_VU) ) + if ( previousChar == 0x30a6 && (nFlags & WIDTHFOLDING_DONT_USE_COMBINED_VU) ) bCompose = false; if( bCompose ){ |