Forgot to bin this declaration, too

Change-Id: Ifd27073ca0451cf285ff0a473676d9f2ad213f00
This commit is contained in:
Tor Lillqvist
2013-11-03 18:19:40 +02:00
parent c83d876c2a
commit c1c0593cba

View File

@@ -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;