summaryrefslogtreecommitdiff
path: root/sc/qa
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2012-12-14 20:42:52 +0100
committerEike Rathke <erack@redhat.com>2012-12-15 21:42:39 +0100
commitef54346f1912c635d74c7dee8703f5f46647881d (patch)
tree9382367ffa6c65879c818866b6ac49b74992dbe7 /sc/qa
parentfff5031898f743c3adf5fcc35bc95fff48094ebb (diff)
changes to "calcishmakkica: #i101466# implement AVERAGEIF"
changes to commit bcf8581d3dbbfbc4d3e507371691378d8cab050a * adapted IterateParametersIf() to current ScSumIf() code * added AVERAGEIF to unit test * moved ocAverageIf to proper position in parclass.cxx Change-Id: I51c793570cea9c75faa9be13abd91e8df3b5fd5a
Diffstat (limited to 'sc/qa')
-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 2f3290aac5c8..aed60e770bdc 100644
--- a/sc/qa/unit/ucalc.cxx
+++ b/sc/qa/unit/ucalc.cxx
@@ -3971,6 +3971,7 @@ void Test::testFunctionLists()
"ATAN",
"ATAN2",
"ATANH",
+ "AVERAGEIF",
"BITAND",
"BITLSHIFT",
"BITOR",