summaryrefslogtreecommitdiff
path: root/package/inc
diff options
context:
space:
mode:
Diffstat (limited to 'package/inc')
-rw-r--r--package/inc/ZipPackageEntry.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/inc/ZipPackageEntry.hxx b/package/inc/ZipPackageEntry.hxx
index 0850f10af87d..bd613ae9bf3e 100644
--- a/package/inc/ZipPackageEntry.hxx
+++ b/package/inc/ZipPackageEntry.hxx
@@ -74,7 +74,7 @@ public:
void clearParent()
{
// xParent.clear();
- mpParent = NULL;
+ mpParent = nullptr;
}
// XNamed
virtual OUString SAL_CALL getName( )