[Libreoffice-commits] .: sc/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Sat Jan 12 11:56:13 PST 2013
sc/source/filter/oox/formulabase.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 42a9b2399e6bbe4f29347da9933b02dd2d9ad1ca
Author: Eike Rathke <erack at redhat.com>
Date: Sat Jan 12 20:50:10 2013 +0100
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
diff --git a/sc/source/filter/oox/formulabase.cxx b/sc/source/filter/oox/formulabase.cxx
index 6c2441d..961db1a 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 },
More information about the Libreoffice-commits
mailing list