summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Widl <bernhard.widl@cib.de>2017-06-09 11:05:37 +0200
committerMichael Stahl <mstahl@redhat.com>2017-06-09 13:13:41 +0200
commitb31bd21a5ad720fa9524124c5b47793ccb6ce3bf (patch)
tree798a8929ef0882e077cb5e78c75eab52205c4f5e
parent6c6992f80082aabd665ab7545f5b6b9ca3644ed4 (diff)
tdf#39468 translate german comments in sw/* (except source/filter)
Change-Id: I51126f690b5b66d171e19b82fa4ff24ff5930203 Reviewed-on: https://gerrit.libreoffice.org/38598 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
-rw-r--r--sw/source/core/text/txtftn.cxx2
-rw-r--r--sw/source/core/txtnode/ndhints.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/text/txtftn.cxx b/sw/source/core/text/txtftn.cxx
index 9c91e98b97f8..443c2853795c 100644
--- a/sw/source/core/text/txtftn.cxx
+++ b/sw/source/core/text/txtftn.cxx
@@ -993,7 +993,7 @@ SwErgoSumPortion *SwTextFormatter::NewErgoSumPortion( SwTextFormatInfo &rInf ) c
m_pFrame->ImplFindFootnoteFrame()->GetAttr()->GetFootnote().IsEndNote() )
return nullptr;
- // Aha, wir sind also im Fussnotenbereich
+ // we are in the footnote container
const SwFootnoteInfo &rFootnoteInfo = m_pFrame->GetNode()->GetDoc()->GetFootnoteInfo();
SwTextFrame *pQuoFrame = m_pFrame->FindQuoVadisFrame();
if( !pQuoFrame )
diff --git a/sw/source/core/txtnode/ndhints.cxx b/sw/source/core/txtnode/ndhints.cxx
index 3fa6bedc4611..55d31dc4c1f4 100644
--- a/sw/source/core/txtnode/ndhints.cxx
+++ b/sw/source/core/txtnode/ndhints.cxx
@@ -191,7 +191,7 @@ bool SwpHints::Check(bool bPortionsMerged) const
// --- check Ends ---
- // 2b) gueltiger Pointer? vgl. DELETEFF
+ // 2b) valid pointer? see DELETEFF
const SwTextAttr *pHtEnd = m_HintsByEnd[i];
CHECK_ERR( 0xFF != *reinterpret_cast<unsigned char const *>(pHtEnd), "HintsCheck: end ptr was deleted" );