summaryrefslogtreecommitdiff
path: root/sw/source/core/edit/edtox.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-08-20 13:34:05 +0200
committerNoel Grandin <noel@peralex.com>2015-08-20 13:52:18 +0200
commit41e07fd9a1872498fce43edb4d392ae6b439cb56 (patch)
treea9d82ad783a06ad43187308d42e8425be4d3b846 /sw/source/core/edit/edtox.cxx
parent2675fde1aace586300741207d0dfbf3d7deae867 (diff)
loplugin: defaultparams
Change-Id: I6019dea21b58ac8ba0dba5c7f6ca837716e19869
Diffstat (limited to 'sw/source/core/edit/edtox.cxx')
-rw-r--r--sw/source/core/edit/edtox.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/edit/edtox.cxx b/sw/source/core/edit/edtox.cxx
index 578afe1b24c5..8d596e8df064 100644
--- a/sw/source/core/edit/edtox.cxx
+++ b/sw/source/core/edit/edtox.cxx
@@ -372,7 +372,7 @@ void SwEditShell::ApplyAutoMark()
// todo/mba: assuming that notes shouldn't be searched
bool bSearchInNotes = false;
sal_uLong nRet = Find( aSearchOpt, bSearchInNotes, DOCPOS_START, DOCPOS_END, bCancel,
- (FindRanges)(FND_IN_SELALL), false );
+ (FindRanges)(FND_IN_SELALL) );
if(nRet)
{