summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/doccorr.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-08-20 13:29:19 +0200
committerNoel Grandin <noel@peralex.com>2015-08-20 13:52:18 +0200
commit2675fde1aace586300741207d0dfbf3d7deae867 (patch)
tree2abc8ff84289f85186edc65d5352ce835de18863 /sw/source/core/doc/doccorr.cxx
parentb8e48824bf5b71599c0b8604c444d653fad57e5a (diff)
loplugin: defaultparams
Change-Id: I36c7086117112d35df98c05030c965c21d9330ac
Diffstat (limited to 'sw/source/core/doc/doccorr.cxx')
-rw-r--r--sw/source/core/doc/doccorr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/doc/doccorr.cxx b/sw/source/core/doc/doccorr.cxx
index 323e4752adf0..1bd077ba2453 100644
--- a/sw/source/core/doc/doccorr.cxx
+++ b/sw/source/core/doc/doccorr.cxx
@@ -67,7 +67,7 @@ namespace
const SwPosition& rNewPos)
{
bool bRet = false;
- bRet |= lcl_PosCorrAbs(rPam.GetBound(true ), rStart, rEnd, rNewPos);
+ bRet |= lcl_PosCorrAbs(rPam.GetBound(), rStart, rEnd, rNewPos);
bRet |= lcl_PosCorrAbs(rPam.GetBound(false), rStart, rEnd, rNewPos);
return bRet;
};