diff options
Diffstat (limited to 'sw')
-rw-r--r-- | sw/inc/ndhints.hxx | 3 | ||||
-rw-r--r-- | sw/source/core/text/txtio.cxx | 7 |
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() |