[Libreoffice-commits] .: sc/qa
Kohei Yoshida
kohei at kemper.freedesktop.org
Mon Mar 7 19:20:35 PST 2011
sc/qa/unit/ucalc.cxx | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
New commits:
commit 51bf6bf654860d564e3c5f82ab989b5912252996
Author: Kohei Yoshida <kyoshida at novell.com>
Date: Mon Mar 7 22:20:20 2011 -0500
Typo.
diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx
index 8685b34..6eaf77d 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")));
More information about the Libreoffice-commits
mailing list