From dbe0b5aa9dc016498c623e76babcc486894d4235 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 5 Aug 2016 11:34:43 +0200 Subject: loplugin:countusersofdefaultparams in framework..lotuswordpro Change-Id: I9833d85eb6543e996b0f357657c53b1c076ecde4 Reviewed-on: https://gerrit.libreoffice.org/27898 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- i18npool/source/localedata/LocaleNode.cxx | 2 +- i18npool/source/search/levdis.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'i18npool') diff --git a/i18npool/source/localedata/LocaleNode.cxx b/i18npool/source/localedata/LocaleNode.cxx index 690bfebf204f..13ff853018d1 100644 --- a/i18npool/source/localedata/LocaleNode.cxx +++ b/i18npool/source/localedata/LocaleNode.cxx @@ -176,7 +176,7 @@ void print_color( int color ) printf("\033[%dm", color); } -void print_node( const LocaleNode* p, int depth=0 ) +void print_node( const LocaleNode* p, int depth ) { if( !p ) return; 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; } -- cgit