diff options
author | Winfried Donkers <osc@dci-electronics.nl> | 2013-02-06 19:09:00 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2013-02-08 09:50:20 +0000 |
commit | df931a5b0f48707e34ebfacb695996198ece8f44 (patch) | |
tree | 517fc845a0fcd123c7837e1ea7563ebdd871733e /sc/qa | |
parent | 35cda416ce9c23abc9075ef22068d098017efd55 (diff) |
fdo#60322 add calc function SKEWP as in ODFF v1.2
Change-Id: I4851df1473fc7788af1ac642bb0fb527ec872821
Reviewed-on: https://gerrit.libreoffice.org/2020
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.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx index ed67ad1034bb..58fde7aae2d6 100644 --- a/sc/qa/unit/ucalc.cxx +++ b/sc/qa/unit/ucalc.cxx @@ -4560,6 +4560,7 @@ void Test::testFunctionLists() "RANK", "RSQ", "SKEW", + "SKEWP", "SLOPE", "SMALL", "STANDARDIZE", |