summaryrefslogtreecommitdiff
path: root/sw/source/core/text/porexp.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-08-20 13:37:10 +0200
committerNoel Grandin <noel@peralex.com>2015-08-20 13:52:18 +0200
commiteede7d8bbf955f09c15ad59c5994c469924019dd (patch)
tree693b14989e4f2e8a17efea93cc608effb3ac5b1a /sw/source/core/text/porexp.cxx
parent41e07fd9a1872498fce43edb4d392ae6b439cb56 (diff)
loplugin: defaultparams
Change-Id: I4c6b966a54e18cdbb0c64b6e93804a306b5d2638
Diffstat (limited to 'sw/source/core/text/porexp.cxx')
-rw-r--r--sw/source/core/text/porexp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/text/porexp.cxx b/sw/source/core/text/porexp.cxx
index 161117ed334a..e4fc38442301 100644
--- a/sw/source/core/text/porexp.cxx
+++ b/sw/source/core/text/porexp.cxx
@@ -88,7 +88,7 @@ void SwExpandPortion::Paint( const SwTextPaintInfo &rInf ) const
rInf.DrawMarkedText( *this, rInf.GetLen(), false, false,
0 != rInf.GetSmartTags(), 0 != rInf.GetGrammarCheckList() );
else
- rInf.DrawText( *this, rInf.GetLen(), false );
+ rInf.DrawText( *this, rInf.GetLen() );
if( GetJoinBorderWithPrev() || GetJoinBorderWithNext() )
*const_cast<SwTextPaintInfo&>(rInf).GetFont() = aOldFont;