[Libreoffice-commits] core.git: svl/qa

Tor Lillqvist tml at collabora.com
Sat Oct 5 05:03:47 PDT 2013


 svl/qa/unit/svl.cxx |    7 -------
 1 file changed, 7 deletions(-)

New commits:
commit 773173c233b7074cd56070c3b027e02c9bc29ee0
Author: Tor Lillqvist <tml at collabora.com>
Date:   Sat Oct 5 14:32:21 2013 +0300

    unused function 'operator<<'
    
    Change-Id: I05d3877e2b0cb4bfccd3a2ae6f24abfd6507c46d

diff --git a/svl/qa/unit/svl.cxx b/svl/qa/unit/svl.cxx
index fe987ec..42cf945 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();


More information about the Libreoffice-commits mailing list