diff options
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/filter/oox/formulabase.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/oox/formulabase.cxx b/sc/source/filter/oox/formulabase.cxx index 6c2441d45b81..961db1a3a44a 100644 --- a/sc/source/filter/oox/formulabase.cxx +++ b/sc/source/filter/oox/formulabase.cxx @@ -505,7 +505,7 @@ static const FunctionData saFuncTableBiff4[] = { "ODD", "ODD", 298, 298, 1, 1, V, { VR }, 0 }, { "PERMUT", "PERMUT", 299, 299, 2, 2, V, { VR }, 0 }, { "POISSON", "POISSON", 300, 300, 3, 3, V, { VR }, 0 }, - { "TDIST", "TDIST", 301, 301, 3, 3, V, { VR }, 0 }, + { "LEGACY.TDIST", "TDIST", 301, 301, 3, 3, V, { VR }, 0 }, { "WEIBULL", "WEIBULL", 302, 302, 4, 4, V, { VR }, 0 }, { "SUMXMY2", "SUMXMY2", 303, 303, 2, 2, V, { VA }, 0 }, { "SUMX2MY2", "SUMX2MY2", 304, 304, 2, 2, V, { VA }, 0 }, |