summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-10 16:19:14 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-10 16:20:36 +0100
commiteb7d8ded9d2dbd70684950542c9a25d247f232a4 (patch)
treec939978a15e2baa741d7c65e34cbe359a5ae3be0 /framework
parent90dba06daf4979a431590cb1883a17ecaf5a7711 (diff)
loplugin:nullptr (automatic rewrite; Mac-specific code)
Change-Id: I4ba74ec66d6d848c7e49e85d2cebeb422e027f7d
Diffstat (limited to 'framework')
-rw-r--r--framework/source/fwi/helper/networkdomain.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/fwi/helper/networkdomain.cxx b/framework/source/fwi/helper/networkdomain.cxx
index bf3f643f8a27..81c938d7041e 100644
--- a/framework/source/fwi/helper/networkdomain.cxx
+++ b/framework/source/fwi/helper/networkdomain.cxx
@@ -156,7 +156,7 @@ static rtl_uString *getDomainName()
static rtl_uString *getDomainName()
{
- return NULL;
+ return nullptr;
}
#endif