[Libreoffice-commits] core.git: sw/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Fri Mar 8 06:23:49 UTC 2019
sw/source/core/text/itrpaint.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 10b1a453dcea579c04691333ed77198072e712b7
Author: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
AuthorDate: Thu Mar 7 14:51:05 2019 +0100
Commit: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
CommitDate: Fri Mar 8 07:23:22 2019 +0100
Add some comments
Change-Id: Ic6d8082251246f3ca8c00b090679a0e590b0a8d0
Reviewed-on: https://gerrit.libreoffice.org/68876
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
diff --git a/sw/source/core/text/itrpaint.cxx b/sw/source/core/text/itrpaint.cxx
index 7f863a0bbfb0..6bcf2a4378ad 100644
--- a/sw/source/core/text/itrpaint.cxx
+++ b/sw/source/core/text/itrpaint.cxx
@@ -461,6 +461,7 @@ void SwTextPainter::DrawTextLine( const SwRect &rPaint, SwSaveClip &rClip,
if ( bAdjustBaseLine )
GetInfo().Y( GetInfo().GetPos().Y() + m_pCurr->GetAscent() );
+ // Left arrow (text overflowing)
if( pArrow )
GetInfo().DrawRedArrow( *pArrow );
@@ -472,6 +473,7 @@ void SwTextPainter::DrawTextLine( const SwRect &rPaint, SwSaveClip &rClip,
(nDiff >= 0 && bNextUndersized) )
{
+ // Right arrow (text overflowing)
SwArrowPortion aArrow( GetInfo() );
GetInfo().DrawRedArrow( aArrow );
}
More information about the Libreoffice-commits
mailing list