summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/present.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/dlg/present.cxx')
-rw-r--r--sd/source/ui/dlg/present.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/dlg/present.cxx b/sd/source/ui/dlg/present.cxx
index 5efb4d9d49a2..3fe220686a59 100644
--- a/sd/source/ui/dlg/present.cxx
+++ b/sd/source/ui/dlg/present.cxx
@@ -96,7 +96,7 @@ SdStartPresentationDlg::SdStartPresentationDlg( vcl::Window* pWindow,
SdCustomShow* pCustomShow;
// fill Listbox with CustomShows
for( pCustomShow = pCustomShowList->First();
- pCustomShow != NULL;
+ pCustomShow != nullptr;
pCustomShow = pCustomShowList->Next() )
{
aLbCustomshow->InsertEntry( pCustomShow->GetName() );
@@ -144,9 +144,9 @@ SdStartPresentationDlg::SdStartPresentationDlg( vcl::Window* pWindow,
InitMonitorSettings();
- ChangeRangeHdl( NULL );
+ ChangeRangeHdl( nullptr );
- ClickWindowPresentationHdl( NULL );
+ ClickWindowPresentationHdl( nullptr );
ChangePauseHdl( *aTmfPause );
}