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

Eike Rathke erack at redhat.com
Mon Feb 9 12:00:03 PST 2015


 formula/source/core/api/token.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 5d3f89c0264b0bb8fbe750051ccc1c57c199f6ad
Author: Eike Rathke <erack at redhat.com>
Date:   Mon Feb 9 20:54:33 2015 +0100

    this FDIST has 3 parameters also in Excel, revert tdf#40835
    
    The UI FDIST is LEGACY.FDIST in ODFF and is the same in Excel. Only the
    "real" FDIST has 4 parameters, which is F.DIST in Excel.
    
    Change-Id: I0b926b51a3cc7282a54cce448e46fed6be3c61fa

diff --git a/formula/source/core/api/token.cxx b/formula/source/core/api/token.cxx
index e033835..f81b9e7 100644
--- a/formula/source/core/api/token.cxx
+++ b/formula/source/core/api/token.cxx
@@ -1036,7 +1036,6 @@ inline bool MissingConventionOOXML::isRewriteNeeded( OpCode eOp ) const
         case ocPoissonDist:
         case ocNormDist:
         case ocLogNormDist:
-        case ocFDist:
             return true;
         default:
             return false;
@@ -1146,7 +1145,6 @@ void FormulaMissingContext::AddMoreArgs( FormulaTokenArray *pNewArr, const Missi
 
                     case ocGammaDist:
                     case ocNormDist:
-                    case ocFDist:
                         if (mnCurArg == 2)
                         {
                             pNewArr->AddOpCode( ocSep );


More information about the Libreoffice-commits mailing list