diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-11-11 11:33:26 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-11-11 12:12:22 +0200 |
commit | 1ba4bb6397e5be8f30c79371a330077829c74742 (patch) | |
tree | f2abf920c36f0a346712717d6c33e15a3ff61e69 /i18npool | |
parent | dd6ea56c028079ce80ff9fc2db43ffd35e4d8489 (diff) |
loplugin:countusersofdefaultparams in editeng..rsc
Change-Id: I8a8d13faf228cbc934ae21d6763d92d370eb42ec
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/source/search/levdis.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/source/search/levdis.hxx b/i18npool/source/search/levdis.hxx index ec82df03335b..cd12628686ca 100644 --- a/i18npool/source/search/levdis.hxx +++ b/i18npool/source/search/levdis.hxx @@ -168,7 +168,7 @@ public: @param bRelaxed the mathematically incorrect method is default (TRUE) */ WLevDistance( const sal_Unicode* cPattern, int nOtherX, int nShorterY, - int nLongerZ, bool bRelaxed = true ); + int nLongerZ, bool bRelaxed ); WLevDistance( const WLevDistance& rWLD ); ~WLevDistance(); |