Kaydet (Commit) 7e86e18b authored tarafından Eike Rathke's avatar Eike Rathke

use nullptr, tdf#95878 follow-up

Change-Id: Iaaedde4e2adfa74442736d4a5e4bf1729ca19f3c
üst bee5797f
......@@ -1198,7 +1198,7 @@ void ScInputHandler::ShowFuncList( const ::std::vector< OUString > & rFuncStrVec
const IFunctionDescription* ppFDesc;
::std::vector< OUString > aArgs;
OUString eqPlusFuncName = "=" + aDescFuncNameStr;
if ( aHelper.GetNextFunc( eqPlusFuncName, false, nNextFStart, NULL, &ppFDesc, &aArgs ) )
if ( aHelper.GetNextFunc( eqPlusFuncName, false, nNextFStart, nullptr, &ppFDesc, &aArgs ) )
{
if ( !ppFDesc->getFunctionName().isEmpty() )
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment