From b0b00b43b3c7a104b9e4a1f92ef2a2fd8c2fd061 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Tue, 3 May 2011 01:56:16 -0400 Subject: Turn off debug output from unit test file. --- sc/qa/unit/ucalc.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/qa') diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx index b2c4a7201b7c..17ebd3358a43 100644 --- a/sc/qa/unit/ucalc.cxx +++ b/sc/qa/unit/ucalc.cxx @@ -88,7 +88,7 @@ #define MDDS_HASH_CONTAINER_BOOST 1 #include -#define UCALC_DEBUG_OUTPUT 1 +#define UCALC_DEBUG_OUTPUT 0 using namespace ::com::sun::star; using ::rtl::OUString; -- cgit