Kaydet (Commit) 0946308f authored tarafından Markus Mohrhard's avatar Markus Mohrhard

forgot the second part of the patch

Change-Id: I74f30d96b611a7703efd53f0d46b91291dd2c55c
üst 15389655
...@@ -4673,7 +4673,7 @@ void Test::testCondFormatInsertRow() ...@@ -4673,7 +4673,7 @@ void Test::testCondFormatInsertRow()
m_pDoc->InsertRow(0,0,MAXCOL,0,4,2); m_pDoc->InsertRow(0,0,MAXCOL,0,4,2);
const ScRangeList& rRange = pFormat->GetRange(); const ScRangeList& rRange = pFormat->GetRange();
CPPUNIT_ASSERT_EQUAL(ScRangeList(ScRange(0,0,0,5,5,0)), rRange); CPPUNIT_ASSERT_EQUAL(ScRangeList(ScRange(0,0,0,3,5,0)), rRange);
m_pDoc->DeleteTab(0); m_pDoc->DeleteTab(0);
} }
......
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