diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2011-03-07 22:20:20 -0500 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2011-03-07 22:20:20 -0500 |
commit | 51bf6bf654860d564e3c5f82ab989b5912252996 (patch) | |
tree | 4e9e926ec8d6c201ae0d209592534615486d37f0 | |
parent | e98dd6643b15a156dbf3574343f3c076ad7ac277 (diff) |
-rw-r--r-- | sc/qa/unit/ucalc.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx index 8685b34e3..6eaf77dc8 100644 --- a/sc/qa/unit/ucalc.cxx +++ b/sc/qa/unit/ucalc.cxx @@ -906,8 +906,7 @@ void Test::testStreamValid() m_pDoc->GetString(0, 1, 0, test); CPPUNIT_ASSERT_MESSAGE("Unexpected value in Sheet1.A2", test.equals(a2)); - // Put formulas into Sheet2 to Sheet4 to references values from Sheet1. - + // Put formulas into Sheet2 to Sheet4 to reference values from Sheet1. m_pDoc->SetString(0, 0, 1, OUString(RTL_CONSTASCII_USTRINGPARAM("=Sheet1.A1"))); m_pDoc->SetString(0, 1, 1, OUString(RTL_CONSTASCII_USTRINGPARAM("=Sheet1.A2"))); m_pDoc->SetString(0, 0, 2, OUString(RTL_CONSTASCII_USTRINGPARAM("=Sheet1.A1"))); |