summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/numprevw.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/numprevw.hxx')
-rw-r--r--sw/source/uibase/inc/numprevw.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/inc/numprevw.hxx b/sw/source/uibase/inc/numprevw.hxx
index 1fae3ac8ab32..0792b6090c69 100644
--- a/sw/source/uibase/inc/numprevw.hxx
+++ b/sw/source/uibase/inc/numprevw.hxx
@@ -40,14 +40,14 @@ class NumberingPreview : public vcl::Window
public:
NumberingPreview(vcl::Window* pParent, const ResId& rResId)
: Window(pParent, rResId),
- pActNum(0),nPageWidth(0), pOutlineNames(0),
+ pActNum(nullptr),nPageWidth(0), pOutlineNames(nullptr),
bPosition(false), nActLevel(USHRT_MAX)
{
}
NumberingPreview(vcl::Window* pParent)
: Window(pParent)
- , pActNum(0),nPageWidth(0), pOutlineNames(0),
+ , pActNum(nullptr),nPageWidth(0), pOutlineNames(nullptr),
bPosition(false), nActLevel(USHRT_MAX)
{
}