summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2013-01-12 20:50:10 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-01-13 07:22:04 +0000
commit553f75a99e45af3f6720c900fbab8207f5e5a392 (patch)
tree17bc8d66392ffbf14b0bfdc42522077d90dd9cfd /sc
parent6da661ab5e705973f4d10d6b4755875f6da3b3f5 (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. (cherry picked from commit 42a9b2399e6bbe4f29347da9933b02dd2d9ad1ca) Change-Id: I5eb1fd8908f6550d482d0b882baab40758f72f05 Reviewed-on: https://gerrit.libreoffice.org/1664 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'sc')
-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 a6f7e4534ee8..774e83795fcf 100644
--- a/sc/source/filter/oox/formulabase.cxx
+++ b/sc/source/filter/oox/formulabase.cxx
@@ -504,7 +504,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 },