diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-06-16 14:00:56 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-06-16 16:07:37 +0200 |
commit | a29d20932c89685e7a72f05efb25177cb178fd22 (patch) | |
tree | 0dbb1a54129b5eb4e1a705bec9895fc6f2dcc09a /sc/qa | |
parent | 6e283043ee0e268b97653de5819b90e08e1944ad (diff) |
add initial version of WEBSERVICE function
Change-Id: I8a835278c0d1b8f3a463aa5765b145410605aba4
Diffstat (limited to 'sc/qa')
-rw-r--r-- | sc/qa/unit/ucalc.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx index d3be23cd5327..1e66b527c6cc 100644 --- a/sc/qa/unit/ucalc.cxx +++ b/sc/qa/unit/ucalc.cxx @@ -5392,6 +5392,7 @@ void Test::testFunctionLists() "UNICODE", "UPPER", "VALUE", + "WEBSERVICE", 0 }; |