From e0097fea5a761747c1c1ce19a0873d7a760c4c37 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 24 Apr 2017 11:50:04 +0200 Subject: loplugin:checkunusedparams in i18nlangtag and l10ntools Change-Id: If7c7404b1cc1cf9445a2af8106f7326b76524388 Reviewed-on: https://gerrit.libreoffice.org/36883 Tested-by: Jenkins Reviewed-by: Noel Grandin --- i18nlangtag/source/isolang/mslangid.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i18nlangtag') diff --git a/i18nlangtag/source/isolang/mslangid.cxx b/i18nlangtag/source/isolang/mslangid.cxx index d13d7bb3f76d..541bb4b94831 100644 --- a/i18nlangtag/source/isolang/mslangid.cxx +++ b/i18nlangtag/source/isolang/mslangid.cxx @@ -518,7 +518,7 @@ bool MsLangId::isLegacy( LanguageType nLang ) // static -LanguageType MsLangId::getReplacementForObsoleteLanguage( LanguageType nLang, bool /*bUserInterfaceSelection*/ ) +LanguageType MsLangId::getReplacementForObsoleteLanguage( LanguageType nLang ) { switch (nLang) { -- cgit