summaryrefslogtreecommitdiff
path: root/i18nlangtag/source/isolang
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-08-11 08:42:08 +0200
committerNoel Grandin <noel@peralex.com>2015-08-11 09:48:17 +0200
commitc85cda1eb461d1b27b49ad746e2b2299908b9e75 (patch)
tree1df53d37d1107029ef6a0761d302afb6d4f58abb /i18nlangtag/source/isolang
parentf1639b21507c04a4dfe152776224370eef7088df (diff)
loplugin: defaultparams
Change-Id: I5afe7f9f5caa1f5e55c6218bdb3771571ff0dafa
Diffstat (limited to 'i18nlangtag/source/isolang')
-rw-r--r--i18nlangtag/source/isolang/isolang.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18nlangtag/source/isolang/isolang.cxx b/i18nlangtag/source/isolang/isolang.cxx
index 157598d5cfde..e1c331bf761b 100644
--- a/i18nlangtag/source/isolang/isolang.cxx
+++ b/i18nlangtag/source/isolang/isolang.cxx
@@ -778,7 +778,7 @@ OUString IsoLanguageScriptCountryEntry::getTagString() const
bool IsoLanguageScriptCountryEntry::startsInIgnoreAsciiCase( const OUString & rStr ) const
{
- return rStr.matchIgnoreAsciiCaseAsciiL( maLanguageScript, strlen( maLanguageScript), 0);
+ return rStr.matchIgnoreAsciiCaseAsciiL( maLanguageScript, strlen( maLanguageScript) );
}
OUString Bcp47CountryEntry::getTagString() const