sc/qa/unit/data/functions/statistical/fods/small.fods |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2e184378da6058af14acf208d6469fadf44d04ed
Author:     Takeshi Abe <[email protected]>
AuthorDate: Fri Oct 26 12:15:15 2018 +0900
Commit:     Takeshi Abe <[email protected]>
CommitDate: Tue Oct 30 02:43:56 2018 +0100

    sc: Fix a wrong reference in a SMALL()'s test case
    
    Change-Id: I6eb5491cb437745a787304bde9f5673e63892773
    Reviewed-on: https://gerrit.libreoffice.org/62380
    Tested-by: Jenkins
    Reviewed-by: Takeshi Abe <[email protected]>

diff --git a/sc/qa/unit/data/functions/statistical/fods/small.fods 
b/sc/qa/unit/data/functions/statistical/fods/small.fods
index ba203bf5ef7a..5f191b43edb4 100644
--- a/sc/qa/unit/data/functions/statistical/fods/small.fods
+++ b/sc/qa/unit/data/functions/statistical/fods/small.fods
@@ -3940,7 +3940,7 @@
      <table:table-cell office:value-type="float" office:value="4" 
calcext:value-type="float">
       <text:p>4</text:p>
      </table:table-cell>
-     <table:table-cell table:style-name="ce28" 
table:formula="of:=ROUND([.A12];12)=ROUND([.B6];12)" 
office:value-type="boolean" office:boolean-value="true" 
calcext:value-type="boolean">
+     <table:table-cell table:style-name="ce28" 
table:formula="of:=ROUND([.A6];12)=ROUND([.B6];12)" office:value-type="boolean" 
office:boolean-value="true" calcext:value-type="boolean">
       <text:p>TRUE</text:p>
      </table:table-cell>
      <table:table-cell table:style-name="ce32" 
table:formula="of:=FORMULA([.A6])" office:value-type="string" 
office:string-value="=SMALL(F1:F11,5)" calcext:value-type="string">
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to