diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-03-16 12:41:43 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-03-16 12:41:43 -0400 |
commit | eee16791673412f44435b6357248b34ef7613296 (patch) | |
tree | 2f387b4e85ac380b17fcdcf927daa6c208b0dfa8 /sc | |
parent | 8cd1517e5e414e339085554d93e447cc0cc85213 (diff) |
Better wording.
Diffstat (limited to 'sc')
-rw-r--r-- | sc/qa/unit/ucalc.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx index 5d71971173f5..b7a2df20683a 100644 --- a/sc/qa/unit/ucalc.cxx +++ b/sc/qa/unit/ucalc.cxx @@ -1904,9 +1904,9 @@ void Test::testPivotTableCache() aDimName = aCache.GetDimensionName(2); CPPUNIT_ASSERT_MESSAGE("wrong dimension name", aDimName.equalsAscii("F3")); - // In each dimension, member ID values also represent their order; - // dimension members are sorted in ascending order. And values come - // before strings. Also, no duplicate dimension members exist. + // In each dimension, member ID values also represent their sort order. + // Value items are sorted before string ones. Also, no duplicate + // dimension members should exist. // Dimension 0 - a mix of strings and values. long nMemCount = aCache.GetDimMemberCount(0); |