[Libreoffice-commits] core.git: sw/inc sw/source

Tor Lillqvist tml at collabora.com
Sun Nov 3 17:32:31 CET 2013


 sw/inc/ndhints.hxx            |    3 ---
 sw/source/core/text/txtio.cxx |    7 -------
 2 files changed, 10 deletions(-)

New commits:
commit 21f56260bec8d3b9f4af346c0a1cc1465aa3d04c
Author: Tor Lillqvist <tml at collabora.com>
Date:   Sun Nov 3 18:30:13 2013 +0200

    Bin unused (and uninformative) debugging SvStream operator<< for SwpHints
    
    Change-Id: I7faa055831872cdc46004653eb5d01e6b7ea4b4e

diff --git a/sw/inc/ndhints.hxx b/sw/inc/ndhints.hxx
index d8b6115..91488a8 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 b6995d1..9a3656f 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()


More information about the Libreoffice-commits mailing list