diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-11-10 10:29:37 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-11-10 10:32:02 +0100 |
commit | 6de82da0c154a0e8a353125aa80a61779abfd3ba (patch) | |
tree | 6adbd1a972beecd84a8ee90beadf912d7fe0c25f /include | |
parent | 1e661634129bb692294972b5b61df2874632d14d (diff) |
loplugin:nullptr (automatic rewrite)
Change-Id: Ie91fbfc9369fe9f2de1cf12c746598a80c2233c1
Diffstat (limited to 'include')
-rw-r--r-- | include/xmlscript/xmllib_imexp.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmlscript/xmllib_imexp.hxx b/include/xmlscript/xmllib_imexp.hxx index f30b69449b34..387403b731f4 100644 --- a/include/xmlscript/xmllib_imexp.hxx +++ b/include/xmlscript/xmllib_imexp.hxx @@ -49,7 +49,7 @@ struct XMLSCRIPT_DLLPUBLIC LibDescriptorArray LibDescriptor* mpLibs; sal_Int32 mnLibCount; - LibDescriptorArray() { mpLibs = NULL; mnLibCount = 0; } + LibDescriptorArray() { mpLibs = nullptr; mnLibCount = 0; } LibDescriptorArray( sal_Int32 nLibCount ); ~LibDescriptorArray(); |