summaryrefslogtreecommitdiff
path: root/sw/inc/bparr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/bparr.hxx')
-rw-r--r--sw/inc/bparr.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/bparr.hxx b/sw/inc/bparr.hxx
index 741534d2e7b1..c8a1acd880ad 100644
--- a/sw/inc/bparr.hxx
+++ b/sw/inc/bparr.hxx
@@ -34,7 +34,7 @@ class BigPtrEntry
BlockInfo* pBlock;
sal_uInt16 nOffset;
public:
- BigPtrEntry() : pBlock(0), nOffset(0) {}
+ BigPtrEntry() : pBlock(nullptr), nOffset(0) {}
virtual ~BigPtrEntry() {}
inline sal_uLong GetPos() const;