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

Jens Carl j.carl43 at gmx.de
Tue May 9 07:54:25 UTC 2017


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

New commits:
commit 1a1655359c963df1f0c5ea5ed137fdffd7bbb369
Author: Jens Carl <j.carl43 at 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 <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at 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
     }
 }
 


More information about the Libreoffice-commits mailing list