summaryrefslogtreecommitdiff
path: root/sw/inc/swrect.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-07-19 21:10:46 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-07-19 21:26:03 +0100
commitbc9c7e4217529aae71438906f080146ec92fc5d5 (patch)
tree36e47444b772c1a27ba535980b043d988ddd8d74 /sw/inc/swrect.hxx
parentc3beba871b50c058d6eba74b1e3f605f5507016d (diff)
fix debug=t build
Change-Id: Ibc81d1677e9eb297797c7fa9e7c77c9437f65b15
Diffstat (limited to 'sw/inc/swrect.hxx')
-rw-r--r--sw/inc/swrect.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sw/inc/swrect.hxx b/sw/inc/swrect.hxx
index c2bc81be3590..b90d4cd222e7 100644
--- a/sw/inc/swrect.hxx
+++ b/sw/inc/swrect.hxx
@@ -101,6 +101,10 @@ public:
//SV-SS e.g. pWin->DrawRect( aSwRect.SVRect() );
inline Rectangle SVRect() const;
+ // Output operator for debugging.
+ friend SvStream& WriteSwRect( SvStream &rStream, const SwRect &rRect );
+
+
void _Top( const long nTop );
void _Bottom( const long nBottom );
void _Left( const long nLeft );