summaryrefslogtreecommitdiffstats
path: root/sc/qa
diff options
context:
space:
mode:
authorWinfried Donkers <winfrieddonkers@libreoffice.org>2016-03-29 19:03:43 +0200
committerEike Rathke <erack@redhat.com>2016-04-26 15:08:22 +0000
commita76c5e21378e5364f1f7554a32d89072feff8b0c (patch)
treeca65eb9aae585323ab033bbab08e4265d5359fa3 /sc/qa
parenttdf#64292 tdf#94639 Meaningless Functions in Template Properties Dialog (diff)
downloadcore-a76c5e21378e5364f1f7554a32d89072feff8b0c.tar.gz
core-a76c5e21378e5364f1f7554a32d89072feff8b0c.zip
tdf#97831 [part] Add Excel 2016-Office 365 functions to Calc
Functions CONCAT and TEXTJOIN. Change-Id: I38092f77df719d11f6746ac10fe14dc53b7e93e7 Reviewed-on: https://gerrit.libreoffice.org/23601 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'sc/qa')
-rw-r--r--sc/qa/unit/ucalc.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx
index 87e5e11c107b..6265f08028b0 100644
--- a/sc/qa/unit/ucalc.cxx
+++ b/sc/qa/unit/ucalc.cxx
@@ -2791,6 +2791,7 @@ void Test::testFunctionLists()
"CHAR",
"CLEAN",
"CODE",
+ "CONCAT",
"CONCATENATE",
"DECIMAL",
"DOLLAR",
@@ -2819,6 +2820,7 @@ void Test::testFunctionLists()
"SUBSTITUTE",
"T",
"TEXT",
+ "TEXTJOIN",
"TRIM",
"UNICHAR",
"UNICODE",