[Libreoffice-commits] core.git: sc/qa
Kohei Yoshida
kohei.yoshida at collabora.com
Tue Dec 10 18:03:51 PST 2013
sc/qa/unit/subsequent_filters-test.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit d25b92607db73913d042d359f97503c16ea68698
Author: Kohei Yoshida <kohei.yoshida at collabora.com>
Date: Tue Dec 10 21:04:37 2013 -0500
Typo.
Change-Id: Id4d1cab36501a98f136590592471b31ca5043ce4
diff --git a/sc/qa/unit/subsequent_filters-test.cxx b/sc/qa/unit/subsequent_filters-test.cxx
index 69633e6..13e97855 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();
More information about the Libreoffice-commits
mailing list