summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2013-10-16 23:38:39 +0200
committerEike Rathke <erack@redhat.com>2013-10-16 23:41:57 +0200
commit151c55e77185aed554e3db7b92b8ec3e006bbd66 (patch)
treeea1c0bae610a024ce96f271c0b765f6a9ca1523b
parent5191cd8307fd7155fca5281b762d73e923c60c58 (diff)
re-added an omitted nFuncFmtType
Gone with 58380c11216cb9f03a98e3d53dcee702576fedb8 Change-Id: I6b076d635c3d2cd37ed6b65a83c758b30e0e1522
-rw-r--r--sc/source/core/tool/interpr1.cxx1
1 files changed, 1 insertions, 0 deletions
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;