[Libreoffice-commits] core.git: Branch 'private/swe/libreoffice-5-2+backports' - sc/qa

Thorsten Behrens Thorsten.Behrens at CIB.de
Tue Dec 12 15:04:16 UTC 2017


 sc/qa/unit/chart2dataprovider.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c3a89f189d5bb8a389931840d566ffab63f4fa2d
Author: Thorsten Behrens <Thorsten.Behrens at CIB.de>
Date:   Tue Dec 12 16:02:17 2017 +0100

    sc: fix build for subsequentcheck
    
    Change-Id: I84e020791fdb4c5633177594c23aea4a147b0168

diff --git a/sc/qa/unit/chart2dataprovider.cxx b/sc/qa/unit/chart2dataprovider.cxx
index d7fd25122797..3c78f23eb900 100644
--- a/sc/qa/unit/chart2dataprovider.cxx
+++ b/sc/qa/unit/chart2dataprovider.cxx
@@ -81,7 +81,7 @@ void lcl_createAndCheckDataProvider(ScDocument& rDoc, const OUString& cellRange,
 void ScChart2DataProviderTest::testHeaderExpansion()
 {
     ScDocShellRef xDocSh = loadDoc("chart2dataprovider.", FORMAT_ODS);
-    CPPUNIT_ASSERT_MESSAGE("Failed to load ch.ods.", xDocSh.is());
+    CPPUNIT_ASSERT_MESSAGE("Failed to load ch.ods.", xDocSh.Is());
 
     ScDocument& rDoc = xDocSh->GetDocument();
 


More information about the Libreoffice-commits mailing list