summaryrefslogtreecommitdiff
path: root/sw/source/core/text/itrcrsr.cxx
diff options
context:
space:
mode:
authorJohnny_M <klasse@partyheld.de>2018-08-25 11:05:45 +0200
committerMichael Stahl <Michael.Stahl@cib.de>2018-08-30 13:55:41 +0200
commit0b06762ff19a804d3b86167ae3012811662412f1 (patch)
tree32408020028059e43d5963e08e898f1c65ca1d8b /sw/source/core/text/itrcrsr.cxx
parent9d847ff825c1c94286e8ab864a88fc5375d9341c (diff)
Translate German comments
Change-Id: I8e3b98e1ddc3f4f9826aa14383908d6b77f4827a Reviewed-on: https://gerrit.libreoffice.org/59592 Tested-by: Jenkins Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
Diffstat (limited to 'sw/source/core/text/itrcrsr.cxx')
-rw-r--r--sw/source/core/text/itrcrsr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/text/itrcrsr.cxx b/sw/source/core/text/itrcrsr.cxx
index f3770ba31ae3..c5c0733f48ca 100644
--- a/sw/source/core/text/itrcrsr.cxx
+++ b/sw/source/core/text/itrcrsr.cxx
@@ -516,7 +516,7 @@ void SwTextCursor::GetCharRect_( SwRect* pOrig, TextFrameIndex const nOfst,
// First all portions without Len at beginning of line are skipped.
// Exceptions are the mean special portions from WhichFirstPortion:
- // Num, ErgoSum, FootnoteNum, FeldReste
+ // Num, ErgoSum, FootnoteNum, FieldRests
// 8477: but also the only Textportion of an empty line with
// Right/Center-Adjustment! So not just pPor->GetExpandPortion() ...
while( pPor && !pPor->GetLen() && ! bInsideFirstField )