summaryrefslogtreecommitdiff
path: root/sw/source/core/text/txtdrop.cxx
diff options
context:
space:
mode:
authorJens Carl <j.carl43@gmx.de>2017-04-11 07:00:58 +0000
committerMichael Stahl <mstahl@redhat.com>2017-04-12 18:31:03 +0200
commitbef7ba7ced13908340ff03aacb64dc22217040b4 (patch)
tree782c6613c5d8a39a3cb232c37841644df4a5e203 /sw/source/core/text/txtdrop.cxx
parentb2af27abaf0531cdd72a5d3b298b7eff5d8bffc5 (diff)
tdf#39468 Translate German comments in sw
Translate German comments and terms in sw/ Change-Id: Idc788ab3a62d29489893e086a51329ace59a6465 Reviewed-on: https://gerrit.libreoffice.org/36401 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sw/source/core/text/txtdrop.cxx')
-rw-r--r--sw/source/core/text/txtdrop.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/text/txtdrop.cxx b/sw/source/core/text/txtdrop.cxx
index 2c2df17c0b70..157bfeef6719 100644
--- a/sw/source/core/text/txtdrop.cxx
+++ b/sw/source/core/text/txtdrop.cxx
@@ -472,7 +472,7 @@ void SwTextFormatter::CalcDropHeight( const sal_uInt16 nLines )
SetDropDescent( nHeight - nAscent );
SetDropHeight( nDropHght );
SetDropLines( nDropLns );
- // Alte Stelle wiederfinden!
+ // Find old position!
while( pOldCurr != GetCurr() )
{
if( !Next() )
@@ -611,7 +611,7 @@ void SwTextPainter::PaintDropPortion()
while( !m_pCurr->GetLen() && Next() )
;
- // MarginPortion und Adjustment!
+ // MarginPortion and Adjustment!
const SwLinePortion *pPor = m_pCurr->GetFirstPortion();
long nX = 0;
while( pPor && !pPor->IsDropPortion() )