summaryrefslogtreecommitdiff
path: root/sw/source/core/text/itrtxt.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/itrtxt.cxx
parent41e07fd9a1872498fce43edb4d392ae6b439cb56 (diff)
loplugin: defaultparams
Change-Id: I4c6b966a54e18cdbb0c64b6e93804a306b5d2638
Diffstat (limited to 'sw/source/core/text/itrtxt.cxx')
-rw-r--r--sw/source/core/text/itrtxt.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/text/itrtxt.cxx b/sw/source/core/text/itrtxt.cxx
index e211d2d50759..8f4f709250b9 100644
--- a/sw/source/core/text/itrtxt.cxx
+++ b/sw/source/core/text/itrtxt.cxx
@@ -354,7 +354,7 @@ void SwTextIter::TruncLines( bool bNoteFollow )
const sal_uInt16 nTmpPos = pHt->GetStart();
if ( nEnd <= nTmpPos && nTmpPos < nRangeEnd )
pFollow->_InvalidateRange(
- SwCharRange( nTmpPos, nTmpPos ), 0 );
+ SwCharRange( nTmpPos, nTmpPos ) );
}
}
}