diff options
author | Jens Carl <j.carl43@gmx.de> | 2017-06-20 18:37:47 +0000 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-06-21 14:02:08 +0200 |
commit | 08316e5edfc36ed75a4e8dc5b6aa7eea3af4eea9 (patch) | |
tree | 389645292a5923cd96a574da5d0743f3ca2919fc /sw/source | |
parent | 136ce64b18283acf9db5d130f8ac9108591dd4ee (diff) |
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@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/filter/ww8/ww8scan.cxx | 4 |
1 files 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; |