diff options
-rw-r--r-- | svl/qa/unit/svl.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/svl/qa/unit/svl.cxx b/svl/qa/unit/svl.cxx index fe987ec2d5e9..42cf945f104e 100644 --- a/svl/qa/unit/svl.cxx +++ b/svl/qa/unit/svl.cxx @@ -53,13 +53,6 @@ using ::std::endl; namespace { -#if DEBUG_UNIT_TEST -::std::ostream& operator<< (::std::ostream& os, const OUString& str) -{ - return os << OUStringToOString(str, RTL_TEXTENCODING_UTF8).getStr(); -} -#endif - class Test : public CppUnit::TestFixture { public: Test(); |