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

Alexey Vlasov alexey.vlasov.work at gmail.com
Tue Apr 25 12:56:47 UTC 2017


 sw/source/core/text/txthyph.cxx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 2fbf8004a57f8393f3258199db0b1df26a6d9739
Author: Alexey Vlasov <alexey.vlasov.work at gmail.com>
Date:   Wed Apr 12 21:03:30 2017 +0200

    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 at libreoffice.org>
    Reviewed-by: Michael Stahl <mstahl at redhat.com>

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();


More information about the Libreoffice-commits mailing list