Kaydet (Commit) 7bdb5894 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

fix comment

Change-Id: I7a87fe9486d318dfbd7987264f35b279c1a9a014
üst cf7b00b3
...@@ -2565,7 +2565,7 @@ void ScFiltersTest::testSharedFormulaXLSB() ...@@ -2565,7 +2565,7 @@ void ScFiltersTest::testSharedFormulaXLSB()
ScDocument& rDoc = xDocSh->GetDocument(); ScDocument& rDoc = xDocSh->GetDocument();
rDoc.CalcAll(); rDoc.CalcAll();
// E6:E376 should be all formulas, and they should belong to the same group. // A1:A30 should be all formulas, and they should belong to the same group.
const ScFormulaCell* pFC = rDoc.GetFormulaCell(ScAddress(0,0,0)); const ScFormulaCell* pFC = rDoc.GetFormulaCell(ScAddress(0,0,0));
CPPUNIT_ASSERT(pFC); CPPUNIT_ASSERT(pFC);
CPPUNIT_ASSERT_EQUAL(static_cast<SCROW>(0), pFC->GetSharedTopRow()); CPPUNIT_ASSERT_EQUAL(static_cast<SCROW>(0), pFC->GetSharedTopRow());
......
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