sw/qa/extras/ww8import/ww8import.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit a502b3401fbfb0c71bda96e0165c3d3296705b76 Author: Matúš Kukan <matus.ku...@collabora.com> Date: Wed Jun 25 09:45:07 2014 +0200 error: no matching function for call to 'assertEquals' Change-Id: I0b87c2abeec30e9e4eab3ce488a5828b8a5b475d Signed-off-by: Michael Meeks <michael.me...@collabora.com> diff --git a/sw/qa/extras/ww8import/ww8import.cxx b/sw/qa/extras/ww8import/ww8import.cxx index 6d0de33..270d665 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<text::XTextSectionsSupplier> xTextSectionsSupplier(mxComponent, uno::UNO_QUERY); uno::Reference<container::XIndexAccess> xSections(xTextSectionsSupplier->getTextSections(), uno::UNO_QUERY); // Was incorrectly set as -1270. - CPPUNIT_ASSERT_EQUAL(0, getProperty<sal_Int32>(xSections->getByIndex(0), "SectionLeftMargin")); + CPPUNIT_ASSERT_EQUAL(sal_Int32(0), getProperty<sal_Int32>(xSections->getByIndex(0), "SectionLeftMargin")); } #endif
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits