Kaydet (Commit) 8ff58470 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

Remove ambiguity for the windows build.

Change-Id: I9b94281f7acd2223686508baa219b87c13838d5c
üst 568044ae
...@@ -6042,7 +6042,8 @@ void Test::testCellTextWidth() ...@@ -6042,7 +6042,8 @@ void Test::testCellTextWidth()
m_pDoc->SetString(0, 0, 0, "Only one cell"); m_pDoc->SetString(0, 0, 0, "Only one cell");
pIter.reset(new ScColumnTextWidthIterator(*m_pDoc, aTopCell, MAXROW)); pIter.reset(new ScColumnTextWidthIterator(*m_pDoc, aTopCell, MAXROW));
CPPUNIT_ASSERT_MESSAGE("Column should have a cell.", pIter->hasCell()); CPPUNIT_ASSERT_MESSAGE("Column should have a cell.", pIter->hasCell());
CPPUNIT_ASSERT_EQUAL(0, pIter->getPos()); SCROW nTestRow = 0;
CPPUNIT_ASSERT_EQUAL(nTestRow, pIter->getPos());
// Setting a text width here should commit it to the column. // Setting a text width here should commit it to the column.
sal_uInt16 nTestVal = 432; sal_uInt16 nTestVal = 432;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment