ambiguity
Change-Id: Id0e3a969ff282673efd874980c25570b7ea1087b
This commit is contained in:
@@ -1398,7 +1398,7 @@ DECLARE_RTFIMPORT_TEST(testNestedTable, "rhbz1065629.rtf")
|
|||||||
getProperty<table::BorderLine2>(xCell, "TopBorder"));
|
getProperty<table::BorderLine2>(xCell, "TopBorder"));
|
||||||
CPPUNIT_ASSERT_BORDER_EQUAL(fullPtSolid,
|
CPPUNIT_ASSERT_BORDER_EQUAL(fullPtSolid,
|
||||||
getProperty<table::BorderLine2>(xCell, "BottomBorder"));
|
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);
|
xCell.set(xTable->getCellByName("A2"), uno::UNO_QUERY);
|
||||||
CPPUNIT_ASSERT(xCell.is());
|
CPPUNIT_ASSERT(xCell.is());
|
||||||
table::BorderLine2 halfPtSolid(
|
table::BorderLine2 halfPtSolid(
|
||||||
|
Reference in New Issue
Block a user