diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2011-05-03 01:56:16 -0400 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2011-05-03 01:56:16 -0400 |
commit | b0b00b43b3c7a104b9e4a1f92ef2a2fd8c2fd061 (patch) | |
tree | c6728e3222b3e3281b29a36f5f4cd2802b449b9b /sc/qa | |
parent | 92d922048845d703328c774218624f71e3056ac9 (diff) |
Turn off debug output from unit test file.
Diffstat (limited to 'sc/qa')
-rw-r--r-- | sc/qa/unit/ucalc.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 <mdds/mixed_type_matrix.hpp> -#define UCALC_DEBUG_OUTPUT 1 +#define UCALC_DEBUG_OUTPUT 0 using namespace ::com::sun::star; using ::rtl::OUString; |