summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/text/frmpaint.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/source/core/text/frmpaint.cxx b/sw/source/core/text/frmpaint.cxx
index 8da2bd271369..4d2adf502528 100644
--- a/sw/source/core/text/frmpaint.cxx
+++ b/sw/source/core/text/frmpaint.cxx
@@ -152,15 +152,11 @@ SwExtraPainter::SwExtraPainter( const SwTextFrame *pFrame, SwViewShell *pVwSh,
{
bGoLeft = true;
nX -= rLineInf.GetPosFromLeft();
- if( nX < aRect.Left() )
- bLineNum = false;
}
else
{
bGoLeft = false;
nX += pFrame->getFrameArea().Width() + rLineInf.GetPosFromLeft();
- if( nX > aRect.Right() )
- bLineNum = false;
}
}
if( eHor != text::HoriOrientation::NONE )