Kaydet (Commit) 773173c2 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

unused function 'operator<<'

Change-Id: I05d3877e2b0cb4bfccd3a2ae6f24abfd6507c46d
üst 93e020be
......@@ -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();
......
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