re-added an omitted nFuncFmtType
Gone with 58380c1121
Change-Id: I6b076d635c3d2cd37ed6b65a83c758b30e0e1522
This commit is contained in:
@@ -3658,6 +3658,7 @@ void ScInterpreter::ScMin( bool bTextAsZero )
|
||||
ScMatrixRef pMat = GetMatrix();
|
||||
if (pMat)
|
||||
{
|
||||
nFuncFmtType = NUMBERFORMAT_NUMBER;
|
||||
nVal = pMat->GetMinValue(bTextAsZero);
|
||||
if (nMin > nVal)
|
||||
nMin = nVal;
|
||||
|
Reference in New Issue
Block a user