[Libreoffice-commits] .: sc/qa

Kohei Yoshida kohei at kemper.freedesktop.org
Fri Mar 16 09:41:29 PDT 2012


 sc/qa/unit/ucalc.cxx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit eee16791673412f44435b6357248b34ef7613296
Author: Kohei Yoshida <kohei.yoshida at gmail.com>
Date:   Fri Mar 16 12:41:43 2012 -0400

    Better wording.

diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx
index 5d71971..b7a2df2 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);


More information about the Libreoffice-commits mailing list