From 136ce64b18283acf9db5d130f8ac9108591dd4ee Mon Sep 17 00:00:00 2001 From: Jens Carl Date: Wed, 21 Jun 2017 05:01:27 +0000 Subject: tdf#39468 Translate German comments in sw/ Translate the last remnants found by ./bin/find-german-comments sw Change-Id: I0618671b8794e05a51eeff811746a1154359d0fe Reviewed-on: https://gerrit.libreoffice.org/39028 Tested-by: Jenkins Reviewed-by: Michael Stahl --- sw/source/filter/ww8/ww8graf2.cxx | 2 +- sw/source/filter/ww8/ww8par2.cxx | 2 +- sw/source/filter/ww8/ww8par3.cxx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'sw/source/filter/ww8') diff --git a/sw/source/filter/ww8/ww8graf2.cxx b/sw/source/filter/ww8/ww8graf2.cxx index d34c32ca003e..25934119c376 100644 --- a/sw/source/filter/ww8/ww8graf2.cxx +++ b/sw/source/filter/ww8/ww8graf2.cxx @@ -526,7 +526,7 @@ SwFrameFormat* SwWW8ImplReader::ImportGraf(SdrTextObj* pTextObj, } else if((0x64 == aPic.MFP.mm) || (0x66 == aPic.MFP.mm)) { - // verlinkte Grafik im Escher-Objekt + // linked graphic in ESCHER-Object SdrObject* pObject = nullptr; WW8PicDesc aPD( aPic ); diff --git a/sw/source/filter/ww8/ww8par2.cxx b/sw/source/filter/ww8/ww8par2.cxx index bd32af41ddae..76929b7303b0 100644 --- a/sw/source/filter/ww8/ww8par2.cxx +++ b/sw/source/filter/ww8/ww8par2.cxx @@ -1110,7 +1110,7 @@ void SwWW8ImplReader::NextAnlLine(const sal_uInt8* pSprm13) // pNd->UpdateNum without a set of rules crashes at the latest whilst storing as sdw3 - // WW:10 = numberierung -> SW:0 & WW:11 = bullets -> SW:0 + // WW:10 = numbering -> SW:0 & WW:11 = bullets -> SW:0 if (*pSprm13 == 10 || *pSprm13 == 11) { m_nSwNumLevel = 0; diff --git a/sw/source/filter/ww8/ww8par3.cxx b/sw/source/filter/ww8/ww8par3.cxx index 811923bbd77f..4e71a6daff6b 100644 --- a/sw/source/filter/ww8/ww8par3.cxx +++ b/sw/source/filter/ww8/ww8par3.cxx @@ -2030,7 +2030,7 @@ void SwWW8ImplReader::Read_LFOPosition(sal_uInt16, const sal_uInt8* pData, if (m_pAktColl && (m_nLFOPosition == 2047-1) && m_nAktColl < m_vColl.size()) m_vColl[m_nAktColl].m_bHasBrokenWW6List = true; - // die Streamdaten sind hier 1 basiert, wir ziehen EINS ab + // here the stream data is 1-based, we substact ONE if (USHRT_MAX > m_nLFOPosition) { if (m_nLFOPosition != 2047-1) //Normal ww8+ list behaviour -- cgit