summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/presvish.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/view/presvish.cxx')
-rw-r--r--sd/source/ui/view/presvish.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/view/presvish.cxx b/sd/source/ui/view/presvish.cxx
index 7182979fb944..05cb11dcb176 100644
--- a/sd/source/ui/view/presvish.cxx
+++ b/sd/source/ui/view/presvish.cxx
@@ -96,7 +96,7 @@ void PresentationViewShell::FinishInitialization( FrameView* pFrameView )
// Use the frame view that comes form the view shell that initiated our
// creation.
- if (pFrameView != NULL)
+ if (pFrameView != nullptr)
{
GetFrameView()->Disconnect();
SetFrameView (pFrameView);
@@ -110,12 +110,12 @@ void PresentationViewShell::FinishInitialization( FrameView* pFrameView )
SvxRuler* PresentationViewShell::CreateHRuler(::sd::Window*, bool)
{
- return NULL;
+ return nullptr;
}
SvxRuler* PresentationViewShell::CreateVRuler(::sd::Window*)
{
- return NULL;
+ return nullptr;
}
void PresentationViewShell::Activate( bool bIsMDIActivate )