summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2013-01-12 20:50:10 +0100
committerEike Rathke <erack@redhat.com>2013-01-12 20:52:12 +0100
commit42a9b2399e6bbe4f29347da9933b02dd2d9ad1ca (patch)
treebead5fe86cca68358c5b18994b66e9a9ae896b38
parentbad3ddbbb0fbef8a39cbe89db77d7c7053edf0ed (diff)
fdo#59292 OOXML TDIST is ODF LEGACY.TDIST
Commit 3deb83d7a74a0fe026791e7a336ac6ffad9c0026 correctly renamed ODF TDIST to LEGACY.TDIST but did not adapt the OOXML filter mapping. Change-Id: I107859722ac0e9f7ff9725f1d55080340973d86e
-rw-r--r--sc/source/filter/oox/formulabase.cxx2
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 },