From 08316e5edfc36ed75a4e8dc5b6aa7eea3af4eea9 Mon Sep 17 00:00:00 2001 From: Jens Carl Date: Tue, 20 Jun 2017 18:37:47 +0000 Subject: tdf#39468 Translate German comments in sw/source/filter/ww8/ww8scan.cxx Change-Id: I30e673fc5741c37e3064e2b2035d772b43364d06 Reviewed-on: https://gerrit.libreoffice.org/39022 Tested-by: Jenkins Reviewed-by: Michael Stahl --- sw/source/filter/ww8/ww8scan.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sw/source/filter/ww8/ww8scan.cxx b/sw/source/filter/ww8/ww8scan.cxx index 68b3870d83fc..30ff406b8ef3 100644 --- a/sw/source/filter/ww8/ww8scan.cxx +++ b/sw/source/filter/ww8/ww8scan.cxx @@ -2177,13 +2177,13 @@ void WW8PLCF::GeneratePLCF(SvStream& rSt, sal_Int32 nPN, sal_Int32 ncpN) std::size_t nLastFkpPos = nPN + nIMax - 1; nLastFkpPos = nLastFkpPos << 9; - // Anz. Fkp-Eintraege des letzten Fkp + // number of FC entries of last Fkp if (!checkSeek(rSt, nLastFkpPos + 511)) break; sal_uInt8 nb(0); rSt.ReadUChar( nb ); - // letzer FC-Eintrag des letzten Fkp + // last FC entry of last Fkp if (!checkSeek(rSt, nLastFkpPos + nb * 4)) break; -- cgit v1.2.3