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

New commits:
commit c3a89f189d5bb8a389931840d566ffab63f4fa2d
Author: Thorsten Behrens <thorsten.behr...@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();
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to