summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/content.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/content.hxx')
-rw-r--r--sw/source/uibase/inc/content.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/uibase/inc/content.hxx b/sw/source/uibase/inc/content.hxx
index 07cd57b3588d..85a20ec1bd77 100644
--- a/sw/source/uibase/inc/content.hxx
+++ b/sw/source/uibase/inc/content.hxx
@@ -99,7 +99,7 @@ public:
long nYPos )
: SwContent(pCnt, rName, nYPos)
, pField(pFormatField)
- , pRedline(NULL)
+ , pRedline(nullptr)
, mbPostIt(true)
{}
SwPostItContent( const SwContentType* pCnt,
@@ -107,7 +107,7 @@ public:
SwRangeRedline* pRed,
long nYPos )
: SwContent(pCnt, rName, nYPos)
- , pField(NULL)
+ , pField(nullptr)
, pRedline(pRed)
, mbPostIt(false)
{}
@@ -167,8 +167,8 @@ public:
SwContentType(SwWrtShell* pParent, ContentTypeId nType, sal_uInt8 nLevel );
virtual ~SwContentType();
- void Init(bool* pbInvalidateWindow = 0);
- void FillMemberList(bool* pbLevelChanged = NULL);
+ void Init(bool* pbInvalidateWindow = nullptr);
+ void FillMemberList(bool* pbLevelChanged = nullptr);
size_t GetMemberCount() const
{return nMemberCount;};
ContentTypeId GetType() const {return nContentType;}