sc/qa/unit/subsequent_export-test.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 61e287df250fd5b87b10adb12ba246e53c5f8f3e Author: Aron Budea <[email protected]> Date: Mon Dec 4 07:20:54 2017 +0100 fix build Change-Id: I08c84dbe0d068bf9dc4204476098319b3fedcfb1 Reviewed-on: https://gerrit.libreoffice.org/45773 Reviewed-by: Aron Budea <[email protected]> Tested-by: Aron Budea <[email protected]> diff --git a/sc/qa/unit/subsequent_export-test.cxx b/sc/qa/unit/subsequent_export-test.cxx index b72346c284e8..092324658f3c 100644 --- a/sc/qa/unit/subsequent_export-test.cxx +++ b/sc/qa/unit/subsequent_export-test.cxx @@ -1312,9 +1312,9 @@ void ScExportTest::testNamedRangeBugfdo62729() void ScExportTest::testBuiltinRangesXLSX() { ScDocShellRef xShell = loadDoc("built-in_ranges.", FORMAT_XLSX); - CPPUNIT_ASSERT(xShell.is()); + CPPUNIT_ASSERT(xShell.Is()); ScDocShellRef xDocSh = saveAndReload(xShell.get(), FORMAT_XLSX); - CPPUNIT_ASSERT(xDocSh.is()); + CPPUNIT_ASSERT(xDocSh.Is()); xShell->DoClose(); xmlDocPtr pDoc = XPathHelper::parseExport(*xDocSh, m_xSFactory, "xl/workbook.xml", FORMAT_XLSX); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
