summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2014-06-25 09:45:07 +0200
committerMichael Stahl <mstahl@redhat.com>2014-07-04 22:00:24 +0200
commit63e4cd95be982da3b85883cde067b5e06c6e5efb (patch)
tree0338136172ec80ad676545135c457d7cf4c44e31
parentadd Carlito/Caladea fonts to install script (diff)
downloadcore-63e4cd95be982da3b85883cde067b5e06c6e5efb.tar.gz
core-63e4cd95be982da3b85883cde067b5e06c6e5efb.zip
error: no matching function for call to 'assertEquals'
Change-Id: I0b87c2abeec30e9e4eab3ce488a5828b8a5b475d (cherry picked from commit 4a3b0e544dbc45a3972006a2ead75492d6876f95) Signed-off-by: Michael Stahl <mstahl@redhat.com>
-rw-r--r--sw/qa/extras/ww8import/ww8import.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/extras/ww8import/ww8import.cxx b/sw/qa/extras/ww8import/ww8import.cxx
index db1ca828a9a1..09467cd3d02a 100644
--- a/sw/qa/extras/ww8import/ww8import.cxx
+++ b/sw/qa/extras/ww8import/ww8import.cxx
@@ -275,7 +275,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