summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-01-03 09:52:18 -0500
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-01-03 09:52:41 -0500
commit837bdd502e692c16627bcae416470b919e455ce1 (patch)
treeb9bc86b1867b1ca36ef5821eba604948275ad7a7 /sc
parent724a8ccd81567a2ad93111a9cac257eb7ec7819f (diff)
I forgot to add a terminator here.
Change-Id: I5fc809c38fe2d2649c9cadab78442eefe8be9ba0
Diffstat (limited to 'sc')
-rw-r--r--sc/qa/unit/ucalc_formula.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/qa/unit/ucalc_formula.cxx b/sc/qa/unit/ucalc_formula.cxx
index 199494a7fced..b19afdceb03f 100644
--- a/sc/qa/unit/ucalc_formula.cxx
+++ b/sc/qa/unit/ucalc_formula.cxx
@@ -2042,6 +2042,7 @@ void Test::testFuncLOOKUP()
{ "A", "=LOOKUP(RC[-1];R1C1:R3C1;R1C2:R3C2)" },
{ "B", "=LOOKUP(RC[-1];R1C1:R3C1;R1C2:R3C2)" },
{ "C", "=LOOKUP(RC[-1];R1C1:R3C1;R1C2:R3C2)" },
+ { 0, 0 } // terminator
};
// Insert check formulas into A5:B7.