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

New commits:
commit 2fbf8004a57f8393f3258199db0b1df26a6d9739
Author: Alexey Vlasov <[email protected]>
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 <[email protected]>
    Reviewed-by: Michael Stahl <[email protected]>

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();
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to