diff options
Diffstat (limited to 'include/xmlscript/xmllib_imexp.hxx')
-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(); |