summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2015-02-09 20:54:33 +0100
committerEike Rathke <erack@redhat.com>2015-02-09 20:59:23 +0100
commit5d3f89c0264b0bb8fbe750051ccc1c57c199f6ad (patch)
tree82ba88b8989fb5186f6ed2f4617883c36ef656d4
parent0ca943155c04ee6272bba7ce957b8d87ae9442de (diff)
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
-rw-r--r--formula/source/core/api/token.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/formula/source/core/api/token.cxx b/formula/source/core/api/token.cxx
index e033835685e5..f81b9e7f54b5 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 );