From 21f56260bec8d3b9f4af346c0a1cc1465aa3d04c Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sun, 3 Nov 2013 18:30:13 +0200 Subject: [PATCH] Bin unused (and uninformative) debugging SvStream operator<< for SwpHints Change-Id: I7faa055831872cdc46004653eb5d01e6b7ea4b4e --- sw/inc/ndhints.hxx | 3 --- sw/source/core/text/txtio.cxx | 7 ------- 2 files changed, 10 deletions(-) diff --git a/sw/inc/ndhints.hxx b/sw/inc/ndhints.hxx index d8b611535cbc..91488a80d110 100644 --- a/sw/inc/ndhints.hxx +++ b/sw/inc/ndhints.hxx @@ -196,9 +196,6 @@ public: DECL_FIXEDMEMPOOL_NEWDEL(SwpHints) }; -/// Output operator for text hints. -SvStream &operator<<(SvStream &aS, const SwpHints &rHints); //$ ostream - /// Inline Implementations diff --git a/sw/source/core/text/txtio.cxx b/sw/source/core/text/txtio.cxx index b6995d1d64bf..9a3656f84097 100644 --- a/sw/source/core/text/txtio.cxx +++ b/sw/source/core/text/txtio.cxx @@ -44,13 +44,6 @@ #include "pormulti.hxx" #include "ndhints.hxx" -SvStream &operator<<( SvStream &rOs, const SwpHints & ) //$ ostream -{ - rOs << " {HINTS:"; - rOs << '}'; - return rOs; -} - #if OSL_DEBUG_LEVEL < 2 static void Error()