From 184a00b96235f6432294ded63ce4a4a318effdb5 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 9 Jun 2014 10:09:42 +0200 Subject: loplugin: inlinesimplememberfunctions Change-Id: I42119f656ca528286fb25d2d36c0af54b7d04a6b --- include/i18nlangtag/languagetag.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/i18nlangtag') diff --git a/include/i18nlangtag/languagetag.hxx b/include/i18nlangtag/languagetag.hxx index f3cf64293cd9..3d484ad9f5d2 100644 --- a/include/i18nlangtag/languagetag.hxx +++ b/include/i18nlangtag/languagetag.hxx @@ -235,7 +235,7 @@ public: /** If this tag was contructed as an empty tag denoting the system locale. */ - bool isSystemLocale() const; + bool isSystemLocale() const { return mbSystemLocale;} /** Reset with existing BCP 47 language tag string. See ctor. */ -- cgit