summaryrefslogtreecommitdiff
path: root/sc/qa/unit/ucalc.cxx
diff options
context:
space:
mode:
authorWinfried Donkers <winfrieddonkers@libreoffice.org>2017-02-19 10:46:11 +0100
committerEike Rathke <erack@redhat.com>2017-02-20 17:04:04 +0000
commit3ee1c41ac72aaae9f364708b1c4df58d7643a341 (patch)
treec2727c64b4d063c1b7ba969667d2fa17aa3172e1 /sc/qa/unit/ucalc.cxx
parent1c3a784d38fc5986c78bab8d283c4661347baf43 (diff)
tdf#105931 Add function ROUNDSIG to Calc.
SIGDIGITS rounds a value to a determined number of significant digits. Change-Id: I5dbfb638bf17ca109f9a14b3588d6d6c103edfa4 Reviewed-on: https://gerrit.libreoffice.org/34148 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'sc/qa/unit/ucalc.cxx')
-rw-r--r--sc/qa/unit/ucalc.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx
index cc7a9c3d8532..4ce4c7c93146 100644
--- a/sc/qa/unit/ucalc.cxx
+++ b/sc/qa/unit/ucalc.cxx
@@ -2366,6 +2366,7 @@ void Test::testFunctionLists()
"RAWSUBTRACT",
"ROUND",
"ROUNDDOWN",
+ "ROUNDSIG",
"ROUNDUP",
"SEC",
"SECH",