[Libreoffice-commits] core.git: sc/qa

Kohei Yoshida kohei.yoshida at collabora.com
Fri Jan 3 06:51:40 PST 2014


 sc/qa/unit/ucalc_formula.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 837bdd502e692c16627bcae416470b919e455ce1
Author: Kohei Yoshida <kohei.yoshida at 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.


More information about the Libreoffice-commits mailing list