diff options
author | Alexey Vlasov <alexey.vlasov.work@gmail.com> | 2017-04-12 21:03:30 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-04-25 14:56:19 +0200 |
commit | 2fbf8004a57f8393f3258199db0b1df26a6d9739 (patch) | |
tree | e3a4ad71bda3320fad7cbf135d7ab214a46a3539 | |
parent | ae622df5df4094481ef4212dbe2ba8449e47871f (diff) |
tdf#39468 Translate German comments sw/source/core/text/txthyph.cxx
Change-Id: I2c818def66dcb04fabbffeb4c2ef1bdd1d2aa055
Reviewed-on: https://gerrit.libreoffice.org/36488
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
-rw-r--r-- | sw/source/core/text/txthyph.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/text/txthyph.cxx b/sw/source/core/text/txthyph.cxx index 01940c21f79d..ebe0e154743b 100644 --- a/sw/source/core/text/txthyph.cxx +++ b/sw/source/core/text/txthyph.cxx @@ -143,9 +143,9 @@ bool SwTextFormatter::Hyphenate( SwInterHyphInfo &rHyphInf ) InitCntHyph(); - // 5298: IsParaLine() (ex.IsFirstLine) fragt auf GetParaPortion() ab. - // wir muessen gleiche Bedingungen schaffen: in der ersten - // Zeile formatieren wir SwParaPortions... + // 5298: IsParaLine() (ex.IsFirstLine) calls GetParaPortion(). + // We have to create the same conditions: in the first line + // we format SwParaPortions... if( pOldCurr->IsParaPortion() ) { SwParaPortion *pPara = new SwParaPortion(); |