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 <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
diff --git a/sw/source/filter/html/htmlgrin.cxx b/sw/source/filter/html/htmlgrin.cxx
index b9a0cf6..331db9f 100644
--- a/sw/source/filter/html/htmlgrin.cxx
+++ b/sw/source/filter/html/htmlgrin.cxx
@@ -1141,8 +1141,8 @@ ANCHOR_SETEVENT:
}
}
// Sprungziele, die unseren ipmliziten Zielen entsprechen, schmeissen
// wir hier ganz rigoros raus.
// Jump targets, which match our implicit targets,
// here we throw out rigorously.
if( !aName.isEmpty() )
{
OUString sDecoded( INetURLObject::decode( aName,
diff --git a/sw/source/filter/html/swhtml.cxx b/sw/source/filter/html/swhtml.cxx
index dbb4f7c..7b3a4a0 100644
--- a/sw/source/filter/html/swhtml.cxx
+++ b/sw/source/filter/html/swhtml.cxx
@@ -188,7 +188,7 @@ bool HTMLReader::SetStrmStgPtr()
}
// Aufruf fuer die allg. Reader-Schnittstelle
// Call for the general Reader-Interface
ErrCode HTMLReader::Read( SwDoc &rDoc, const OUString& rBaseURL, SwPaM &rPam, const OUString & rName )
{
if( !pStrm )
diff --git a/sw/source/filter/ww8/ww8graf2.cxx b/sw/source/filter/ww8/ww8graf2.cxx
index d34c32c..2593411 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 bd32af4..76929b7 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 811923b..4e71a6d 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