[Libreoffice-commits] .: sc/qa

Kohei Yoshida kohei at kemper.freedesktop.org
Fri Mar 16 09:43:48 PDT 2012


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

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

    More wording tweak. Members are sorted only in source dims (for now).

diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx
index b7a2df2..5324601 100644
--- a/sc/qa/unit/ucalc.cxx
+++ b/sc/qa/unit/ucalc.cxx
@@ -1904,9 +1904,10 @@ 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 sort order.
-    // Value items are sorted before string ones.  Also, no duplicate
-    // dimension members should exist.
+    // In each dimension, member ID values also represent their sort order (in
+    // source dimensions only, not in group dimensions). 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