diff options
author | Winfried Donkers <winfrieddonkers@libreoffice.org> | 2015-07-09 10:02:15 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2015-07-09 11:29:38 +0000 |
commit | 570852376464f238d7c3c0b58b37250ac5944a1c (patch) | |
tree | 45e93878a73a6376733b901d2f48044a6eec9276 /sc/qa | |
parent | 3a4d9d34e80c6161dd3809c69fdb1dba740a4a19 (diff) |
fix export to xls, tdf#69552
CEILING.PRECISE, ISO.CEILING and FLOOR.PRECISE with 1 argument
are now exported properly to xls.
export test for xls activated.
Change-Id: Ib2a813183bbf8f2e9a5bbe08630403ffecb3cbb1
Reviewed-on: https://gerrit.libreoffice.org/16882
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'sc/qa')
-rw-r--r-- | sc/qa/unit/subsequent_export-test.cxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sc/qa/unit/subsequent_export-test.cxx b/sc/qa/unit/subsequent_export-test.cxx index d54a9e5ae987..dc1e93ef892e 100644 --- a/sc/qa/unit/subsequent_export-test.cxx +++ b/sc/qa/unit/subsequent_export-test.cxx @@ -2017,9 +2017,7 @@ void ScExportTest::testCeilingFloorXLSX() void ScExportTest::testCeilingFloorXLS() { - // CEILING.PRECISE() and FLOOR.PRECISE() with one parameter only currently - // (2015-06-18) don't survive .xls save/reload and give NA() - //testCeilingFloor(XLS); + testCeilingFloor(XLS); } void ScExportTest::testCeilingFloorODS() |