[Libreoffice-commits] core.git: cui/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Jan 22 06:07:47 UTC 2019


 cui/source/dialogs/hyphen.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2d8253c54a37b973282cae6bcceb41b31bd6a237
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Jan 20 16:03:17 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Jan 22 07:07:26 2019 +0100

    Fix typo
    
    Change-Id: I52ee8e9de09cfa8428be2e394a088144dd51ea39
    Reviewed-on: https://gerrit.libreoffice.org/66711
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

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)


More information about the Libreoffice-commits mailing list