summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/filedlg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/dlg/filedlg.cxx')
-rw-r--r--sd/source/ui/dlg/filedlg.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/dlg/filedlg.cxx b/sd/source/ui/dlg/filedlg.cxx
index 3fcb789cadb3..ae6aa5818687 100644
--- a/sd/source/ui/dlg/filedlg.cxx
+++ b/sd/source/ui/dlg/filedlg.cxx
@@ -98,7 +98,7 @@ void SAL_CALL SdFileDialog_Imp::ControlStateChanged( const css::ui::dialogs::Fil
IMPL_LINK_NOARG_TYPED(SdFileDialog_Imp, PlayMusicHdl, void*, void)
{
maUpdateIdle.Stop();
- mnPlaySoundEvent = 0;
+ mnPlaySoundEvent = nullptr;
if (mxPlayer.is())
{
@@ -216,7 +216,7 @@ void SdFileDialog_Imp::CheckSelectionState()
SdFileDialog_Imp::SdFileDialog_Imp( const short nDialogType,
bool bUsableSelection ) :
FileDialogHelper( nDialogType, 0 ),
- mnPlaySoundEvent( 0 ),
+ mnPlaySoundEvent( nullptr ),
mbUsableSelection( bUsableSelection ),
mbLabelPlaying(false)
{