summaryrefslogtreecommitdiff
path: root/i18npool/source/search
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-08-05 11:34:43 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-08-05 11:51:28 +0000
commitdbe0b5aa9dc016498c623e76babcc486894d4235 (patch)
tree1e0fca749c633517410a6e2712a2e2b5504f1269 /i18npool/source/search
parentf12476f0f61824f6bf5120d3176731b17a43b817 (diff)
loplugin:countusersofdefaultparams in framework..lotuswordpro
Change-Id: I9833d85eb6543e996b0f357657c53b1c076ecde4 Reviewed-on: https://gerrit.libreoffice.org/27898 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'i18npool/source/search')
-rw-r--r--i18npool/source/search/levdis.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/source/search/levdis.hxx b/i18npool/source/search/levdis.hxx
index cf7561d013b9..ec82df03335b 100644
--- a/i18npool/source/search/levdis.hxx
+++ b/i18npool/source/search/levdis.hxx
@@ -180,7 +180,7 @@ public:
@returns nLimit for later comparison with WLD()
*/
void CalcLPQR( int nOtherX, int nShorterY, int nLongerZ,
- bool bRelaxed = true );
+ bool bRelaxed );
inline int GetLimit() const { return nLimit; }