diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2013-12-10 21:04:37 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2013-12-10 21:04:58 -0500 |
commit | d25b92607db73913d042d359f97503c16ea68698 (patch) | |
tree | 5738b43a661a4dc7c3806af4a4f3ded068922a94 | |
parent | e8fff12af2c0bc3172c3db830b5f6a59869e5be0 (diff) |
Typo.
Change-Id: Id4d1cab36501a98f136590592471b31ca5043ce4
-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 69633e67ed75..13e97855ee0c 100644 --- a/sc/qa/unit/subsequent_filters-test.cxx +++ b/sc/qa/unit/subsequent_filters-test.cxx @@ -1707,7 +1707,7 @@ void ScFiltersTest::testPivotTableSharedCacheGroupODS() CPPUNIT_ASSERT_EQUAL(static_cast<size_t>(14), pMembers->size()); CPPUNIT_ASSERT_MESSAGE("Incorrect member visibility.", checkVisiblePageFieldMember(*pMembers, "VEN-01-1")); - // These two pivot tables shared the same data range. We should only have + // These two pivot tables share the same data range. We should only have // one pivot cache. ScDPCollection* pDPs = pDoc->GetDPCollection(); ScDPCollection::SheetCaches& rSheetCaches = pDPs->GetSheetCaches(); |