[Libreoffice-commits] core.git: sc/qa
Stephan Bergmann
sbergman at redhat.com
Sun Oct 6 22:19:44 PDT 2013
sc/qa/unit/subsequent_filters-test.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 5e46545458ae42086d3886b82eddb99c2d72c63a
Author: Stephan Bergmann <sbergman at redhat.com>
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];
More information about the Libreoffice-commits
mailing list