[Libreoffice-commits] core.git: sc/source

Eike Rathke erack at redhat.com
Wed Oct 16 14:42:30 PDT 2013


 sc/source/core/tool/interpr1.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 151c55e77185aed554e3db7b92b8ec3e006bbd66
Author: Eike Rathke <erack at 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;


More information about the Libreoffice-commits mailing list