summaryrefslogtreecommitdiff
path: root/include/i18nlangtag
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-12-02 16:34:40 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-12-05 05:54:31 +0000
commitfe3e1067bfa8d62d2a43c7ea227d87327ee020d2 (patch)
tree6759711f55c23b85b6c2bc3916c4a87b01f7b627 /include/i18nlangtag
parent8cf59c674326d93de049ffe2c1d73d7f32e70d37 (diff)
loplugin:countusersofdefaultparams in include/drawinglayer..i18nlangtag
Change-Id: I081ed66a88fc11648f5c63919c3de2a71f1afd59 Reviewed-on: https://gerrit.libreoffice.org/31556 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/i18nlangtag')
-rw-r--r--include/i18nlangtag/languagetag.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/i18nlangtag/languagetag.hxx b/include/i18nlangtag/languagetag.hxx
index 14de1eeaed42..ea87f5365b70 100644
--- a/include/i18nlangtag/languagetag.hxx
+++ b/include/i18nlangtag/languagetag.hxx
@@ -514,7 +514,7 @@ public:
private use, like 'x-...', are not allowed and FALSE is
returned in this case.
*/
- static bool isValidBcp47( const OUString& rString, OUString* o_pCanonicalized = nullptr,
+ static bool isValidBcp47( const OUString& rString, OUString* o_pCanonicalized,
bool bDisallowPrivate = false );
/** If nLang is a generated on-the-fly LangID */