[Libreoffice-commits] core.git: sw/inc
Tor Lillqvist
tml at collabora.com
Sun Nov 3 17:20:28 CET 2013
sw/inc/swrect.hxx | 5 -----
1 file changed, 5 deletions(-)
New commits:
commit c1c0593cba85ac03c8a59e58e07fbbdc0478bf7a
Author: Tor Lillqvist <tml at collabora.com>
Date: Sun Nov 3 18:19:40 2013 +0200
Forgot to bin this declaration, too
Change-Id: Ifd27073ca0451cf285ff0a473676d9f2ad213f00
diff --git a/sw/inc/swrect.hxx b/sw/inc/swrect.hxx
index 5218224..67ee878 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;
More information about the Libreoffice-commits
mailing list