[Libreoffice-commits] core.git: sc/source
Eike Rathke
erack at redhat.com
Wed Aug 3 21:25:13 UTC 2016
sc/source/filter/oox/formulabase.cxx | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
New commits:
commit 7fc61bc051fa2bb6a95bbc76d6239118f3eb434b
Author: Eike Rathke <erack at redhat.com>
Date: Wed Aug 3 23:22:39 2016 +0200
remove the now duplicated ERROR.TYPE mapping already present in BIFF4
Change-Id: Ia6cf9abe31e6bc7874ebe2d8c881d1a4d3e03d66
diff --git a/sc/source/filter/oox/formulabase.cxx b/sc/source/filter/oox/formulabase.cxx
index 6c5cabc..72b7493 100644
--- a/sc/source/filter/oox/formulabase.cxx
+++ b/sc/source/filter/oox/formulabase.cxx
@@ -885,8 +885,7 @@ static const FunctionData saFuncTable2013[] =
{ "UNICHAR", "UNICHAR", NOID, NOID, 1, 1, V, { VR }, FUNCFLAG_MACROCALL_NEW },
{ "UNICODE", "UNICODE", NOID, NOID, 1, 1, V, { VR }, FUNCFLAG_MACROCALL_NEW },
{ "COM.MICROSOFT.WEBSERVICE","WEBSERVICE", NOID, NOID, 1, 1, V, { VR }, FUNCFLAG_MACROCALL_NEW },
- { "XOR", "XOR", NOID, NOID, 1, MX, V, { RX }, FUNCFLAG_MACROCALL_NEW },
- { "ERROR.TYPE", "ERROR.TYPE", NOID, NOID, 1, 1, V, { VR }, FUNCFLAG_MACROCALL_NEW }
+ { "XOR", "XOR", NOID, NOID, 1, MX, V, { RX }, FUNCFLAG_MACROCALL_NEW }
};
/** Functions new in Excel 2016.
More information about the Libreoffice-commits
mailing list