summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-02-25 15:08:47 +0100
committerMichael Stahl <mstahl@redhat.com>2014-02-25 21:09:13 +0100
commit0a5812b50ee89823c779f7a674bd4996eda4cdda (patch)
treeb8f06d47ca68b4a336bee4f1ca1f2cf87eba2927
parentbfa6d3bcea13670715ccfdb0ce3500dbf8d18c88 (diff)
ambiguity
Change-Id: Id0e3a969ff282673efd874980c25570b7ea1087b (cherry picked from commit 9d6c36dee3c7bd60f86c286d2fb5e3a00da86c84) Signed-off-by: Michael Stahl <mstahl@redhat.com> (cherry picked from commit 3972cd911b9e8dcce5aa07aa58dbbe5f83451659)
-rw-r--r--sw/qa/extras/rtfimport/rtfimport.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/extras/rtfimport/rtfimport.cxx b/sw/qa/extras/rtfimport/rtfimport.cxx
index 099bb0b0d644..950402790cd4 100644
--- a/sw/qa/extras/rtfimport/rtfimport.cxx
+++ b/sw/qa/extras/rtfimport/rtfimport.cxx
@@ -1396,7 +1396,7 @@ DECLARE_RTFIMPORT_TEST(testNestedTable, "rhbz1065629.rtf")
getProperty<table::BorderLine2>(xCell, "TopBorder"));
CPPUNIT_ASSERT_BORDER_EQUAL(fullPtSolid,
getProperty<table::BorderLine2>(xCell, "BottomBorder"));
- CPPUNIT_ASSERT_EQUAL(0xCC0000, getProperty<sal_Int32>(xCell, "BackColor"));
+ CPPUNIT_ASSERT_EQUAL(sal_Int32(0xCC0000), getProperty<sal_Int32>(xCell, "BackColor"));
xCell.set(xTable->getCellByName("A2"), uno::UNO_QUERY);
CPPUNIT_ASSERT(xCell.is());
table::BorderLine2 halfPtSolid(