[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.3' - sc/qa

Aron Budea aron.budea at collabora.com
Mon Dec 4 06:26:33 UTC 2017


 sc/qa/unit/subsequent_export-test.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 61e287df250fd5b87b10adb12ba246e53c5f8f3e
Author: Aron Budea <aron.budea at collabora.com>
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 <aron.budea at collabora.com>
    Tested-by: Aron Budea <aron.budea at collabora.com>

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);


More information about the Libreoffice-commits mailing list