diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2018-10-26 12:15:15 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2018-10-30 02:43:56 +0100 |
commit | 2e184378da6058af14acf208d6469fadf44d04ed (patch) | |
tree | a7e102e9440d7c6e3816f1af806cb4de9f217495 /sc/qa | |
parent | 9574076674acfed2e7f24a86929c10b7a539a35c (diff) |
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 <tabe@fixedpoint.jp>
Diffstat (limited to 'sc/qa')
-rw-r--r-- | sc/qa/unit/data/functions/statistical/fods/small.fods | 2 |
1 files changed, 1 insertions, 1 deletions
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"> |