summaryrefslogtreecommitdiffstats
path: root/sc
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2011-11-28 14:36:41 +0100
committerEike Rathke <erack@redhat.com>2011-11-28 15:25:35 +0100
commitb1f561627650feb273d8d86ec2d33f040f780222 (patch)
tree9800251b5d41c650a25cf25ef53c0cd162f8d6da /sc
parentdr80: #i116460# performance of Excel file with many outlines (diff)
downloadcore-b1f561627650feb273d8d86ec2d33f040f780222.tar.gz
core-b1f561627650feb273d8d86ec2d33f040f780222.zip
added CSC,SEC,CSCH,SECH to testFunctionLists
Diffstat (limited to 'sc')
-rw-r--r--sc/qa/unit/ucalc.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx
index 21914d99e503..b287486fd5f3 100644
--- a/sc/qa/unit/ucalc.cxx
+++ b/sc/qa/unit/ucalc.cxx
@@ -2160,6 +2160,8 @@ void Test::testFunctionLists()
"COTH",
"COUNTBLANK",
"COUNTIF",
+ "CSC",
+ "CSCH",
"DEGREES",
"EUROCONVERT",
"EVEN",
@@ -2184,6 +2186,8 @@ void Test::testFunctionLists()
"ROUND",
"ROUNDDOWN",
"ROUNDUP",
+ "SEC",
+ "SECH",
"SIGN",
"SIN",
"SINH",