Kaydet (Commit) 08316e5e authored tarafından Jens Carl's avatar Jens Carl Kaydeden (comit) Michael Stahl

tdf#39468 Translate German comments in sw/source/filter/ww8/ww8scan.cxx

Change-Id: I30e673fc5741c37e3064e2b2035d772b43364d06
Reviewed-on: https://gerrit.libreoffice.org/39022Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarMichael Stahl <mstahl@redhat.com>
üst 136ce64b
...@@ -2177,13 +2177,13 @@ void WW8PLCF::GeneratePLCF(SvStream& rSt, sal_Int32 nPN, sal_Int32 ncpN) ...@@ -2177,13 +2177,13 @@ void WW8PLCF::GeneratePLCF(SvStream& rSt, sal_Int32 nPN, sal_Int32 ncpN)
std::size_t nLastFkpPos = nPN + nIMax - 1; std::size_t nLastFkpPos = nPN + nIMax - 1;
nLastFkpPos = nLastFkpPos << 9; nLastFkpPos = nLastFkpPos << 9;
// Anz. Fkp-Eintraege des letzten Fkp // number of FC entries of last Fkp
if (!checkSeek(rSt, nLastFkpPos + 511)) if (!checkSeek(rSt, nLastFkpPos + 511))
break; break;
sal_uInt8 nb(0); sal_uInt8 nb(0);
rSt.ReadUChar( nb ); rSt.ReadUChar( nb );
// letzer FC-Eintrag des letzten Fkp // last FC entry of last Fkp
if (!checkSeek(rSt, nLastFkpPos + nb * 4)) if (!checkSeek(rSt, nLastFkpPos + nb * 4))
break; break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment