sc/qa/unit/ucalc_formula.cxx | 1 + 1 file changed, 1 insertion(+) New commits: commit 837bdd502e692c16627bcae416470b919e455ce1 Author: Kohei Yoshida <kohei.yosh...@collabora.com> Date: Fri Jan 3 09:52:18 2014 -0500
I forgot to add a terminator here. Change-Id: I5fc809c38fe2d2649c9cadab78442eefe8be9ba0 diff --git a/sc/qa/unit/ucalc_formula.cxx b/sc/qa/unit/ucalc_formula.cxx index 199494a..b19afdc 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. _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits