summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-11-03 18:30:13 +0200
committerTor Lillqvist <tml@collabora.com>2013-11-03 18:31:30 +0200
commit21f56260bec8d3b9f4af346c0a1cc1465aa3d04c (patch)
treec1a00358fd55d0be45493deec40c891ccd095cb1
parentc1c0593cba85ac03c8a59e58e07fbbdc0478bf7a (diff)
Bin unused (and uninformative) debugging SvStream operator<< for SwpHints
Change-Id: I7faa055831872cdc46004653eb5d01e6b7ea4b4e
-rw-r--r--sw/inc/ndhints.hxx3
-rw-r--r--sw/source/core/text/txtio.cxx7
2 files changed, 0 insertions, 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()