summaryrefslogtreecommitdiff
path: root/extensions/source/config/ldap/componentdef.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-10 10:14:53 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-10 10:31:25 +0100
commitf19dda5a55156afda2c6dde6c51c455cc5657fc2 (patch)
treea0ec501f676cf5ec67aaf0eb3b8572dc1bad0db0 /extensions/source/config/ldap/componentdef.cxx
parente1e967a1bb0f4e4fac50f353c990389ccc73a053 (diff)
loplugin:nullptr (automatic rewrite)
Change-Id: I5bbef6c88255f3e8c740a5239a5010cf1251b7fa
Diffstat (limited to 'extensions/source/config/ldap/componentdef.cxx')
-rw-r--r--extensions/source/config/ldap/componentdef.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/config/ldap/componentdef.cxx b/extensions/source/config/ldap/componentdef.cxx
index bef165037838..a93ea4014049 100644
--- a/extensions/source/config/ldap/componentdef.cxx
+++ b/extensions/source/config/ldap/componentdef.cxx
@@ -38,10 +38,10 @@ static const cppu::ImplementationEntry kImplementations_entries[] =
LdapUserProfileBe::getLdapUserProfileBeName,
LdapUserProfileBe::getLdapUserProfileBeServiceNames,
cppu::createSingleComponentFactory,
- NULL,
+ nullptr,
0
},
- { NULL, NULL, NULL, NULL, NULL, 0 }
+ { nullptr, nullptr, nullptr, nullptr, nullptr, 0 }
} ;