From f8452c55c7edef28a356775b61d18b92cfbb3402 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 2 Dec 2014 08:21:31 +0200 Subject: Adapt to int/sal_Int32 mismatch on 32-bit build Change-Id: I9c5cb458ea7595c1b623ce14ed58fd3d5b3d961e (cherry picked from commit f1e7489d98a1d1fd9e261e4a7e83fff03e5daf63) --- editeng/qa/unit/core-test.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editeng/qa/unit/core-test.cxx') diff --git a/editeng/qa/unit/core-test.cxx b/editeng/qa/unit/core-test.cxx index 4674311c09b4..81d5ab767281 100644 --- a/editeng/qa/unit/core-test.cxx +++ b/editeng/qa/unit/core-test.cxx @@ -591,7 +591,7 @@ void Test::testSectionAttributes() // now delete & join the paragraphs - this is fdo#85496 scenario aEngine.QuickDelete(ESelection(0,0,1,3)); - CPPUNIT_ASSERT_EQUAL(1, aEngine.GetParagraphCount()); + CPPUNIT_ASSERT_EQUAL(static_cast(1), aEngine.GetParagraphCount()); boost::scoped_ptr pEditText(aEngine.CreateTextObject()); CPPUNIT_ASSERT_MESSAGE("Failed to create text object.", pEditText.get()); -- cgit v1.2.3