re-added an omitted nFuncFmtType

Gone with 58380c1121

Change-Id: I6b076d635c3d2cd37ed6b65a83c758b30e0e1522
This commit is contained in:
Eike Rathke
2013-10-16 23:38:39 +02:00
parent 5191cd8307
commit 151c55e771

View File

@@ -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;