sc/source/core/tool/interpr1.cxx | 1 + 1 file changed, 1 insertion(+) New commits: commit 151c55e77185aed554e3db7b92b8ec3e006bbd66 Author: Eike Rathke <er...@redhat.com> Date: Wed Oct 16 23:38:39 2013 +0200
re-added an omitted nFuncFmtType Gone with 58380c11216cb9f03a98e3d53dcee702576fedb8 Change-Id: I6b076d635c3d2cd37ed6b65a83c758b30e0e1522 diff --git a/sc/source/core/tool/interpr1.cxx b/sc/source/core/tool/interpr1.cxx index 56087c8..748d044 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; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits