summaryrefslogtreecommitdiff
path: root/xmlscript/source/xmllib_imexp/imp_share.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlscript/source/xmllib_imexp/imp_share.hxx')
-rw-r--r--xmlscript/source/xmllib_imexp/imp_share.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmlscript/source/xmllib_imexp/imp_share.hxx b/xmlscript/source/xmllib_imexp/imp_share.hxx
index 02be5cfeb06a..a28fb2f7cd33 100644
--- a/xmlscript/source/xmllib_imexp/imp_share.hxx
+++ b/xmlscript/source/xmllib_imexp/imp_share.hxx
@@ -116,7 +116,7 @@ struct LibraryImport
public:
explicit LibraryImport( LibDescriptorArray* pLibArray )
: mpLibArray(pLibArray)
- , mpLibDesc(NULL)
+ , mpLibDesc(nullptr)
, XMLNS_LIBRARY_UID(0)
, XMLNS_XLINK_UID(0)
{
@@ -124,7 +124,7 @@ public:
// Single library mode
explicit LibraryImport(LibDescriptor* pLibDesc)
- : mpLibArray(NULL)
+ : mpLibArray(nullptr)
, mpLibDesc(pLibDesc)
, XMLNS_LIBRARY_UID(0)
, XMLNS_XLINK_UID(0)