diff options
author | Jens Carl <j.carl43@gmx.de> | 2017-05-09 07:01:20 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-05-09 09:53:48 +0200 |
commit | 1a1655359c963df1f0c5ea5ed137fdffd7bbb369 (patch) | |
tree | 2e59bf86e2d31dd387fa9d84407f443a55e670ea /sw | |
parent | 415185de33fb07cbebf03236bf5a1db69cfb3d60 (diff) |
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@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/ww8/ww8scan.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 } } |