[Libreoffice-commits] .: Branch 'libreoffice-3-5' - sc/qa

Kohei Yoshida kohei at kemper.freedesktop.org
Thu Jan 12 19:06:37 PST 2012


 sc/qa/unit/ucalc.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 4afe80425994cc9933649ed556e5fa6bdff59885
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 9b86275..23449b9 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