diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-10-05 14:32:21 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-10-05 14:32:54 +0300 |
commit | 773173c233b7074cd56070c3b027e02c9bc29ee0 (patch) | |
tree | e164fcf432f4511024bf0300f4be87557165043a /svl | |
parent | 93e020be90a9ff9cc9f8726a93d0b8ddd1e34f4a (diff) |
unused function 'operator<<'
Change-Id: I05d3877e2b0cb4bfccd3a2ae6f24abfd6507c46d
Diffstat (limited to 'svl')
-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(); |