summaryrefslogtreecommitdiff
path: root/sc/qa/unit/ucalc.cxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2012-01-12 22:06:45 -0500
committerKohei Yoshida <kohei.yoshida@suse.com>2012-01-12 22:07:30 -0500
commit05fa6914d38abea3c29ab360c62d2f153896798a (patch)
tree68b2393d04f1e6ce50d3d16603807486e2cc954e /sc/qa/unit/ucalc.cxx
parent44cd9971649b9611c59bb3e423133b9a4d82a2fa (diff)
Removing debug statement.
Diffstat (limited to 'sc/qa/unit/ucalc.cxx')
-rw-r--r--sc/qa/unit/ucalc.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx
index ad412ef57a4a..1afe05fcf3b1 100644
--- a/sc/qa/unit/ucalc.cxx
+++ b/sc/qa/unit/ucalc.cxx
@@ -724,7 +724,6 @@ void testFuncCELL(ScDocument* pDoc)
for (size_t i = 0; i < SAL_N_ELEMENTS(aChecks); ++i)
{
rtl::OUString aVal = pDoc->GetString(0, i, 0);
- cout << "CELL: " << aVal << endl;
CPPUNIT_ASSERT_MESSAGE("Unexpected result for CELL", aVal.equalsAscii(aChecks[i].pRes));
}
}