diff options
author | Aron Budea <aron.budea@collabora.com> | 2017-12-04 07:20:54 +0100 |
---|---|---|
committer | Aron Budea <aron.budea@collabora.com> | 2017-12-04 07:25:30 +0100 |
commit | 61e287df250fd5b87b10adb12ba246e53c5f8f3e (patch) | |
tree | ffe974ccfcb8e9a56cf03e8df6e406eb5e9a5478 /sc | |
parent | 1416a420d0045267b37711ce02db043960e4d771 (diff) |
fix build
Change-Id: I08c84dbe0d068bf9dc4204476098319b3fedcfb1
Reviewed-on: https://gerrit.libreoffice.org/45773
Reviewed-by: Aron Budea <aron.budea@collabora.com>
Tested-by: Aron Budea <aron.budea@collabora.com>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/qa/unit/subsequent_export-test.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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); |