sw/source/filter/ww8/ww8scan.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1a1655359c963df1f0c5ea5ed137fdffd7bbb369
Author: Jens Carl <j.car...@gmx.de>
Date:   Tue May 9 07:01:20 2017 +0000

    tdf#39468: Translate German comments in sw/source/filter/ww8/ww8scan.cxx
    
    Change-Id: I91757da79e03deaffe005cb912ff91d604b3ec64
    Reviewed-on: https://gerrit.libreoffice.org/37419
    Reviewed-by: Caolán McNamara <caol...@redhat.com>
    Tested-by: Caolán McNamara <caol...@redhat.com>

diff --git a/sw/source/filter/ww8/ww8scan.cxx b/sw/source/filter/ww8/ww8scan.cxx
index 24487d4bb8b5..04060366a1c1 100644
--- a/sw/source/filter/ww8/ww8scan.cxx
+++ b/sw/source/filter/ww8/ww8scan.cxx
@@ -4008,7 +4008,7 @@ void WW8PLCFx_Book::SetIdx2(sal_uInt32 nI)
     if( nIMax )
     {
         pBook[1]->SetIdx( nI & 0x7fffffff );
-        nIsEnd = (sal_uInt16)( ( nI >> 31 ) & 1 );  // 0 oder 1
+        nIsEnd = (sal_uInt16)( ( nI >> 31 ) & 1 );  // 0 or 1
     }
 }
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to