Bin unused (and uninformative) debugging SvStream operator<< for SwpHints
Change-Id: I7faa055831872cdc46004653eb5d01e6b7ea4b4e
This commit is contained in:
@@ -196,9 +196,6 @@ public:
|
||||
DECL_FIXEDMEMPOOL_NEWDEL(SwpHints)
|
||||
};
|
||||
|
||||
/// Output operator for text hints.
|
||||
SvStream &operator<<(SvStream &aS, const SwpHints &rHints); //$ ostream
|
||||
|
||||
|
||||
/// Inline Implementations
|
||||
|
||||
|
@@ -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()
|
||||
|
Reference in New Issue
Block a user