summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2016-10-04 20:32:36 -0400
committerKohei Yoshida <kohei.yoshida@collabora.com>2016-10-04 20:33:46 -0400
commit1d37ad2575870a4cc3f4b73a55cae4f7147f0d12 (patch)
tree31e411990bb2f535599fc859398a0acf320d21fd
parent7e1fd9aa86ab8d5e86f35df8615f438a3383af98 (diff)
Actually this should check for the top shared cell.
To be extra cautious. Change-Id: I667d01dd82d957a0203a15602d9a2dacf7dc7e83
-rw-r--r--sc/qa/unit/subsequent_filters-test.cxx2
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 0b17d4c1a58b..4d4136cf5a20 100644
--- a/sc/qa/unit/subsequent_filters-test.cxx
+++ b/sc/qa/unit/subsequent_filters-test.cxx
@@ -3409,7 +3409,7 @@ void ScFiltersTest::testSharedFormulaColumnLabelsODS()
{
const ScFormulaCell* pCell = rDoc.GetFormulaCell(ScAddress(i,1,0));
CPPUNIT_ASSERT(pCell);
- CPPUNIT_ASSERT(pCell->IsShared());
+ CPPUNIT_ASSERT(pCell->IsSharedTop());
CPPUNIT_ASSERT_EQUAL(static_cast<SCROW>(5), pCell->GetSharedLength());
}