[Libreoffice-commits] .: sc/qa
Kohei Yoshida
kohei at kemper.freedesktop.org
Thu Jan 12 19:07:07 PST 2012
sc/qa/unit/ucalc.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 05fa6914d38abea3c29ab360c62d2f153896798a
Author: Kohei Yoshida <kohei.yoshida at suse.com>
Date: Thu Jan 12 22:06:45 2012 -0500
Removing debug statement.
diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx
index ad412ef..1afe05f 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));
}
}
More information about the Libreoffice-commits
mailing list