From a76c5e21378e5364f1f7554a32d89072feff8b0c Mon Sep 17 00:00:00 2001 From: Winfried Donkers Date: Tue, 29 Mar 2016 19:03:43 +0200 Subject: 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 Tested-by: Eike Rathke --- sc/qa/unit/ucalc.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sc/qa') 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", -- cgit