summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2011-03-07 22:20:20 -0500
committerKohei Yoshida <kyoshida@novell.com>2011-03-07 22:20:20 -0500
commit99745dbcbb25b61437914c9782475d0b67a4b0bd (patch)
tree888eb05c0283ef06176baef69cfc4bf0c75085c7
parent31dbdd176690cebeece83cb456383aae136e4b98 (diff)
Typo.
Notes
split repo tag: calc_LO-BASE-INTEGRATION-DEV300_M101
-rw-r--r--sc/qa/unit/ucalc.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx
index c5316482b89e..9aaf2e3321ae 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")));