summaryrefslogtreecommitdiff
path: root/include/i18nlangtag
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-10 10:16:46 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-10 10:31:28 +0100
commit25bb667cff3cdd5d2a446f5eea036f9084a3fa17 (patch)
treed5d251db98a706a8c50263b4a0efd5fd2e7f1018 /include/i18nlangtag
parentc3dcdeb1d2bccc3785e3675843a5228e183b307f (diff)
loplugin:nullptr (automatic rewrite)
Change-Id: Idb2987dc7641c5b07d8bb99546cf5e5402032476
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 03531d8c374c..0c54bfd6d110 100644
--- a/include/i18nlangtag/languagetag.hxx
+++ b/include/i18nlangtag/languagetag.hxx
@@ -498,7 +498,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 = NULL,
+ static bool isValidBcp47( const OUString& rString, OUString* o_pCanonicalized = nullptr,
bool bDisallowPrivate = false );
/** If nLang is a generated on-the-fly LangID */