From 151c55e77185aed554e3db7b92b8ec3e006bbd66 Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Wed, 16 Oct 2013 23:38:39 +0200 Subject: re-added an omitted nFuncFmtType Gone with 58380c11216cb9f03a98e3d53dcee702576fedb8 Change-Id: I6b076d635c3d2cd37ed6b65a83c758b30e0e1522 --- sc/source/core/tool/interpr1.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sc') diff --git a/sc/source/core/tool/interpr1.cxx b/sc/source/core/tool/interpr1.cxx index 56087c87dd6e..748d044369c6 100644 --- a/sc/source/core/tool/interpr1.cxx +++ b/sc/source/core/tool/interpr1.cxx @@ -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; -- cgit