use nullptr, tdf#95878 follow-up
Change-Id: Iaaedde4e2adfa74442736d4a5e4bf1729ca19f3c
This commit is contained in:
@@ -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() )
|
||||
{
|
||||
|
Reference in New Issue
Block a user