summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/colex.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/colex.hxx')
-rw-r--r--sw/source/uibase/inc/colex.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/inc/colex.hxx b/sw/source/uibase/inc/colex.hxx
index 3e5f122ec2fa..76c5ee383af5 100644
--- a/sw/source/uibase/inc/colex.hxx
+++ b/sw/source/uibase/inc/colex.hxx
@@ -56,7 +56,7 @@ protected:
public:
SwPageGridExample(vcl::Window* pPar)
: SwPageExample(pPar)
- , pGridItem(0)
+ , pGridItem(nullptr)
{}
virtual ~SwPageGridExample();
@@ -79,7 +79,7 @@ protected:
public:
SwColExample(vcl::Window* pPar)
: SwPageExample(pPar)
- , pColMgr(0)
+ , pColMgr(nullptr)
{
}