Bin unused (and uninformative) debugging SvStream operator<< for SwpHints

Change-Id: I7faa055831872cdc46004653eb5d01e6b7ea4b4e
This commit is contained in:
Tor Lillqvist
2013-11-03 18:30:13 +02:00
parent c1c0593cba
commit 21f56260be
2 changed files with 0 additions and 10 deletions

View File

@@ -196,9 +196,6 @@ public:
DECL_FIXEDMEMPOOL_NEWDEL(SwpHints)
};
/// Output operator for text hints.
SvStream &operator<<(SvStream &aS, const SwpHints &rHints); //$ ostream
/// Inline Implementations

View File

@@ -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()