summaryrefslogtreecommitdiff
path: root/package/source/xstor/xstorage.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'package/source/xstor/xstorage.hxx')
-rw-r--r--package/source/xstor/xstorage.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/source/xstor/xstorage.hxx b/package/source/xstor/xstorage.hxx
index 24ea11832ac5..e5130e288eeb 100644
--- a/package/source/xstor/xstorage.hxx
+++ b/package/source/xstor/xstorage.hxx
@@ -136,7 +136,7 @@ struct OStorage_Impl
oslInterlockedCount m_nModifiedListenerCount;
bool HasModifiedListener()
{
- return m_nModifiedListenerCount > 0 && m_pAntiImpl != NULL;
+ return m_nModifiedListenerCount > 0 && m_pAntiImpl != nullptr;
}
SotElementList_Impl m_aChildrenList;