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

New commits:
commit 63d7583c0ab864787f0ad9c45f27c206e2904b98
Author:     Simon Chenery <simon_chen...@yahoo.com>
AuthorDate: Wed Feb 12 18:09:24 2025 +0100
Commit:     Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>
CommitDate: Tue Feb 18 17:58:41 2025 +0100

    tdf#39468 Translate German word "gerade" in comment to English
    
    Change-Id: I247547e9e23f81bd01a90507b0863e7cd2cb01c4
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/181505
    Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>
    Tested-by: Jenkins

diff --git a/sw/source/filter/ww8/wrtww8.cxx b/sw/source/filter/ww8/wrtww8.cxx
index f69d32753a59..60ac9e14a936 100644
--- a/sw/source/filter/ww8/wrtww8.cxx
+++ b/sw/source/filter/ww8/wrtww8.cxx
@@ -1210,7 +1210,7 @@ bool WW8_WrFkp::Append( WW8_FC nEndFc, sal_uInt16 
nVarLen, const sal_uInt8* pSpr
         if( nPos < 0 )
             return false;           // doesn't fit at all
         nOffset = nPos;             // save offset (can also be uneven!)
-        nPos &= 0xFFFE;             // Pos for Sprms ( gerade Pos )
+        nPos &= 0xFFFE;             // Pos for Sprms ( even Pos )
     }
 
     if( o3tl::make_unsigned(nPos) <= ( m_nIMax + 2U ) * 4U + ( m_nIMax + 1U ) 
* m_nItemSize )

Reply via email to