From 4a3b0e544dbc45a3972006a2ead75492d6876f95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=BA=C5=A1=20Kukan?= Date: Wed, 25 Jun 2014 09:45:07 +0200 Subject: [PATCH] error: no matching function for call to 'assertEquals' Change-Id: I0b87c2abeec30e9e4eab3ce488a5828b8a5b475d --- sw/qa/extras/ww8import/ww8import.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sw/qa/extras/ww8import/ww8import.cxx b/sw/qa/extras/ww8import/ww8import.cxx index 6d0de33c099c..270d665d26a2 100644 --- a/sw/qa/extras/ww8import/ww8import.cxx +++ b/sw/qa/extras/ww8import/ww8import.cxx @@ -412,7 +412,7 @@ DECLARE_WW8IMPORT_TEST(testBnc875715, "bnc875715.doc") uno::Reference xTextSectionsSupplier(mxComponent, uno::UNO_QUERY); uno::Reference xSections(xTextSectionsSupplier->getTextSections(), uno::UNO_QUERY); // Was incorrectly set as -1270. - CPPUNIT_ASSERT_EQUAL(0, getProperty(xSections->getByIndex(0), "SectionLeftMargin")); + CPPUNIT_ASSERT_EQUAL(sal_Int32(0), getProperty(xSections->getByIndex(0), "SectionLeftMargin")); } #endif