summaryrefslogtreecommitdiff
path: root/svl
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-10-05 14:32:21 +0300
committerTor Lillqvist <tml@collabora.com>2013-10-05 14:32:54 +0300
commit773173c233b7074cd56070c3b027e02c9bc29ee0 (patch)
treee164fcf432f4511024bf0300f4be87557165043a /svl
parent93e020be90a9ff9cc9f8726a93d0b8ddd1e34f4a (diff)
unused function 'operator<<'
Change-Id: I05d3877e2b0cb4bfccd3a2ae6f24abfd6507c46d
Diffstat (limited to 'svl')
-rw-r--r--svl/qa/unit/svl.cxx7
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();