summaryrefslogtreecommitdiffstats
path: root/sc
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2012-04-04 16:42:01 +0200
committerLuboš Luňák <l.lunak@suse.cz>2012-04-04 16:42:01 +0200
commit34f4cc01241c916c7d2a39360bc98af6d67dbb6a (patch)
treebde679007feeb9eb227267cafa97216a5cc9590a /sc
parentImproved error reporting (diff)
downloadcore-34f4cc01241c916c7d2a39360bc98af6d67dbb6a.tar.gz
core-34f4cc01241c916c7d2a39360bc98af6d67dbb6a.zip
remove unused code
The operator is now automatically provided by ustring.hxx, and I think this one would not be found with C++11-compliant namespace lookup anyway.
Diffstat (limited to 'sc')
-rw-r--r--sc/qa/unit/helper/debughelper.hxx13
1 files changed, 0 insertions, 13 deletions
diff --git a/sc/qa/unit/helper/debughelper.hxx b/sc/qa/unit/helper/debughelper.hxx
index 6a01f52caa71..1312e0472983 100644
--- a/sc/qa/unit/helper/debughelper.hxx
+++ b/sc/qa/unit/helper/debughelper.hxx
@@ -56,19 +56,6 @@ using ::std::endl;
using ::std::vector;
-
-namespace {
-
-#ifdef __GNUC__
-__attribute__((used))
-#endif
-::std::ostream& operator<< (::std::ostream& os, const rtl::OUString& str)
-{
- return os << ::rtl::OUStringToOString(str, RTL_TEXTENCODING_UTF8).getStr();
-}
-
-}
-
class SheetPrinter
{
typedef ::mdds::mixed_type_matrix<OUString, bool> MatrixType;