summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/doctxm.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/doctxm.hxx')
-rw-r--r--sw/source/core/inc/doctxm.hxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/sw/source/core/inc/doctxm.hxx b/sw/source/core/inc/doctxm.hxx
index 2a0aa97da2ff..2b084ede4ebd 100644
--- a/sw/source/core/inc/doctxm.hxx
+++ b/sw/source/core/inc/doctxm.hxx
@@ -74,7 +74,7 @@ public:
// <_bNewTOX> : distinguish between the creation of a new table-of-content
// (true) or an update of a table-of-content (false)
- void Update( const SfxItemSet* pAttr = 0,
+ void Update( const SfxItemSet* pAttr = nullptr,
const bool _bNewTOX = false );
void UpdatePageNum(); // insert page numbering
TYPEINFO_OVERRIDE(); // for rtti
@@ -96,14 +96,14 @@ struct SwDefTOXBase_Impl
SwTOXBase* pBiblioBase;
SwDefTOXBase_Impl() :
- pContBase(0),
- pIdxBase(0),
- pUserBase(0),
- pTableBase(0),
- pObjBase(0),
- pIllBase(0),
- pAuthBase(0),
- pBiblioBase(0)
+ pContBase(nullptr),
+ pIdxBase(nullptr),
+ pUserBase(nullptr),
+ pTableBase(nullptr),
+ pObjBase(nullptr),
+ pIllBase(nullptr),
+ pAuthBase(nullptr),
+ pBiblioBase(nullptr)
{
}
~SwDefTOXBase_Impl()