summaryrefslogtreecommitdiff
path: root/vcl/source/window/menuwindow.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/window/menuwindow.cxx')
-rw-r--r--vcl/source/window/menuwindow.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/window/menuwindow.cxx b/vcl/source/window/menuwindow.cxx
index e915c33e4c07..72a1baecbb3f 100644
--- a/vcl/source/window/menuwindow.cxx
+++ b/vcl/source/window/menuwindow.cxx
@@ -99,9 +99,9 @@ bool MenuWindow::ImplHandleHelpEvent(vcl::Window* pMenuWindow, Menu* pMenu, sal_
aHelpId = OOO_HELP_INDEX;
if ( !aCommand.isEmpty() )
- pHelp->Start( aCommand, NULL );
+ pHelp->Start( aCommand, nullptr );
else
- pHelp->Start( OStringToOUString( aHelpId, RTL_TEXTENCODING_UTF8 ), NULL );
+ pHelp->Start( OStringToOUString( aHelpId, RTL_TEXTENCODING_UTF8 ), nullptr );
}
bDone = true;
}