sc/qa/unit/subsequent_filters-test.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 5e46545458ae42086d3886b82eddb99c2d72c63a Author: Stephan Bergmann <[email protected]> Date: Mon Oct 7 07:19:20 2013 +0200 Integer type mismatch Change-Id: Ib49f058b05bc6fdd959c979c3de3c8def739c453 diff --git a/sc/qa/unit/subsequent_filters-test.cxx b/sc/qa/unit/subsequent_filters-test.cxx index b435396..b69cb08 100644 --- a/sc/qa/unit/subsequent_filters-test.cxx +++ b/sc/qa/unit/subsequent_filters-test.cxx @@ -1503,7 +1503,7 @@ void ScFiltersTest::testPivotTableBasicODS() ScDPCollection* pDPs = pDoc->GetDPCollection(); CPPUNIT_ASSERT_MESSAGE("Failed to get a live ScDPCollection instance.", pDPs); CPPUNIT_ASSERT_EQUAL_MESSAGE( - "There should be exactly one pivot table instance.", sal_uInt32(1), + "There should be exactly one pivot table instance.", size_t(1), pDPs->GetCount()); const ScDPObject* pDPObj = (*pDPs)[0]; _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
