summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-11-03 18:19:40 +0200
committerTor Lillqvist <tml@collabora.com>2013-11-03 18:19:56 +0200
commitc1c0593cba85ac03c8a59e58e07fbbdc0478bf7a (patch)
tree3ea4391b4278e0bd5566668ee73444467f2a5879
parentc83d876c2ae0bd88cb92e5829edd93641779ea23 (diff)
Forgot to bin this declaration, too
Change-Id: Ifd27073ca0451cf285ff0a473676d9f2ad213f00
-rw-r--r--sw/inc/swrect.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sw/inc/swrect.hxx b/sw/inc/swrect.hxx
index 52182243b1de..67ee8781b0a8 100644
--- a/sw/inc/swrect.hxx
+++ b/sw/inc/swrect.hxx
@@ -145,11 +145,6 @@ public:
sal_Bool OverStepRight( long ) const;
};
-#ifdef DBG_UTIL
-// Implementation in swrect.cxx
-extern SvStream &operator<<( SvStream &rStream, const SwRect &rRect );
-#endif
-
typedef void (SwRect:: *SwRectSet)( const long nNew );
typedef long (SwRect:: *SwRectGet)() const;
typedef const Point (SwRect:: *SwRectPoint)() const;