diff options
author | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-12-24 05:11:43 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-12-24 08:15:43 +0100 |
commit | 7bdb58940ff1cfa1d76bbad26c9cbac8bb2caf2a (patch) | |
tree | cd933c7a8033af7ccdebade1756032390d2a4815 /sc/qa | |
parent | cf7b00b34fb06b1fd36e623b06cf91cfe3a8e792 (diff) |
fix comment
Change-Id: I7a87fe9486d318dfbd7987264f35b279c1a9a014
Diffstat (limited to 'sc/qa')
-rw-r--r-- | sc/qa/unit/subsequent_filters-test.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/unit/subsequent_filters-test.cxx b/sc/qa/unit/subsequent_filters-test.cxx index f27a5c29cd98..2ba00503f10f 100644 --- a/sc/qa/unit/subsequent_filters-test.cxx +++ b/sc/qa/unit/subsequent_filters-test.cxx @@ -2565,7 +2565,7 @@ void ScFiltersTest::testSharedFormulaXLSB() ScDocument& rDoc = xDocSh->GetDocument(); 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)); CPPUNIT_ASSERT(pFC); CPPUNIT_ASSERT_EQUAL(static_cast<SCROW>(0), pFC->GetSharedTopRow()); |