summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/frmview.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/view/frmview.cxx')
-rw-r--r--sd/source/ui/view/frmview.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/view/frmview.cxx b/sd/source/ui/view/frmview.cxx
index 46f460d101bc..2b34d6b51eca 100644
--- a/sd/source/ui/view/frmview.cxx
+++ b/sd/source/ui/view/frmview.cxx
@@ -69,7 +69,7 @@ FrameView::FrameView(SdDrawDocument* pDrawDoc, FrameView* pFrameView /* = NULK *
SetFrameDragSingles();
SetSlidesPerRow(4);
- if( NULL == pFrameView )
+ if( nullptr == pFrameView )
{
DrawDocShell* pDocShell = pDrawDoc->GetDocSh();
@@ -86,7 +86,7 @@ FrameView::FrameView(SdDrawDocument* pDrawDoc, FrameView* pFrameView /* = NULK *
SfxViewShell* pSfxViewSh = pSfxViewFrame->GetViewShell();
ViewShellBase* pBase = dynamic_cast<ViewShellBase*>( pSfxViewSh );
- if (pBase != NULL)
+ if (pBase != nullptr)
{
nSdViewShellCount++;