diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-11-03 17:41:55 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-11-03 17:50:52 +0200 |
commit | 51c2b2fc1edbfc5c04ae60d3989c0b62329dbd2b (patch) | |
tree | 09da99c23ac899f83adb0cb61be515d3f512b75f /sw/inc | |
parent | 938881340e9203d3b265596b8c7359bb27560912 (diff) |
Bin the unused SvStream &operator<<
Change-Id: I3971f46a14d96770660f7b0060df305248f9ec91
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/swrect.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/inc/swrect.hxx b/sw/inc/swrect.hxx index efe7edf4e8bf..b74a49101821 100644 --- a/sw/inc/swrect.hxx +++ b/sw/inc/swrect.hxx @@ -98,10 +98,6 @@ public: //SV-SS e.g. pWin->DrawRect( aSwRect.SVRect() ); inline Rectangle SVRect() const; - // Output operator for debugging. - friend SvStream &operator<<( SvStream &rStream, const SwRect &rRect ); - - void _Top( const long nTop ); void _Bottom( const long nBottom ); void _Left( const long nLeft ); |