diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-03-01 18:25:35 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-03-03 09:30:37 +0100 |
commit | 9b6a377e770cc6455feac0b83da8d9639926b993 (patch) | |
tree | e01ec58cab82fc98944e2522d8a669fb95aea2df /cui | |
parent | d4e3b48ee4c32bdb4e6cc37fb618cf818e152c31 (diff) |
Fix typo
Change-Id: I405a69e54efef1cf86e9039659fd63573763d090
Reviewed-on: https://gerrit.libreoffice.org/68633
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/dialogs/hyphen.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/dialogs/hyphen.cxx b/cui/source/dialogs/hyphen.cxx index eb24764d5905..4bc1edb5e889 100644 --- a/cui/source/dialogs/hyphen.cxx +++ b/cui/source/dialogs/hyphen.cxx @@ -99,7 +99,7 @@ OUString SvxHyphenWordDialog::EraseUnusableHyphens_Impl() // "line-ed", thus because of 2) we now need to discard all possible hyphenation // positions to the left of that as well. Thus in the end leaving us with just // 'multi-line-ed=itor' as return value for this function. (Just one valid hyphenation - // position for the user too choose from. However ALL the '-' characters in the word + // position for the user to choose from. However ALL the '-' characters in the word // will ALWAYS be valid implicit hyphenation positions for the core to choose from! // And thus even if this word is skipped in the hyphenation dialog it will still be broken // right after 'multi-line-' (actually it might already be broken up that way before |