summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-01-20 16:03:17 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-01-22 07:07:26 +0100
commit2d8253c54a37b973282cae6bcceb41b31bd6a237 (patch)
tree84f72fe0da2692e8e0118199ececf33864c3f3df
parent41ae69e330857a3bb983f20c4096be125c4139e9 (diff)
Fix typo
Change-Id: I52ee8e9de09cfa8428be2e394a088144dd51ea39 Reviewed-on: https://gerrit.libreoffice.org/66711 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--cui/source/dialogs/hyphen.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/dialogs/hyphen.cxx b/cui/source/dialogs/hyphen.cxx
index c36d179ec384..eb24764d5905 100644
--- a/cui/source/dialogs/hyphen.cxx
+++ b/cui/source/dialogs/hyphen.cxx
@@ -85,7 +85,7 @@ OUString SvxHyphenWordDialog::EraseUnusableHyphens_Impl()
// 1) we will need to discard all hyphenation positions at the end that
// will not result in a line break where the text to the left still fits
// on the line.
- // 2) since as from OOo 3.2 '-' are part of a word an thus text like
+ // 2) since as from OOo 3.2 '-' are part of a word and thus text like
// 'multi-line-editor' is regarded as single word we also need to discard those
// hyphenation positions to the left of the rightmost '-' that is still left of
// the rightmost valid hyphenation position according to 1)