summaryrefslogtreecommitdiff
path: root/svl/qa/unit/svl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/qa/unit/svl.cxx')
-rw-r--r--svl/qa/unit/svl.cxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/svl/qa/unit/svl.cxx b/svl/qa/unit/svl.cxx
index 42cf945f104e..3cf7bdbbdbc5 100644
--- a/svl/qa/unit/svl.cxx
+++ b/svl/qa/unit/svl.cxx
@@ -38,19 +38,8 @@
#include <boost/scoped_ptr.hpp>
-#define DEBUG_UNIT_TEST 1
-
-#if DEBUG_UNIT_TEST
-#include <iostream>
-#endif
-
using namespace ::com::sun::star;
-#if DEBUG_UNIT_TEST
-using ::std::cout;
-using ::std::endl;
-#endif
-
namespace {
class Test : public CppUnit::TestFixture {