Kaydet (Commit) 6d287589 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

This DEBUG_UNIT_TEST stuff is unused

Change-Id: I947713bda2c37e22199161a2c59e5d9ed00b37a2
üst 773173c2
...@@ -38,19 +38,8 @@ ...@@ -38,19 +38,8 @@
#include <boost/scoped_ptr.hpp> #include <boost/scoped_ptr.hpp>
#define DEBUG_UNIT_TEST 1
#if DEBUG_UNIT_TEST
#include <iostream>
#endif
using namespace ::com::sun::star; using namespace ::com::sun::star;
#if DEBUG_UNIT_TEST
using ::std::cout;
using ::std::endl;
#endif
namespace { namespace {
class Test : public CppUnit::TestFixture { class Test : public CppUnit::TestFixture {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment