[Libreoffice-commits] core.git: sw/source
Jens Carl
j.carl43 at gmx.de
Wed Jun 21 12:02:32 UTC 2017
sw/source/filter/ww8/ww8scan.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 08316e5edfc36ed75a4e8dc5b6aa7eea3af4eea9
Author: Jens Carl <j.carl43 at gmx.de>
Date: Tue Jun 20 18:37:47 2017 +0000
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 <ci at libreoffice.org>
Reviewed-by: Michael Stahl <mstahl at redhat.com>
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;
More information about the Libreoffice-commits
mailing list