From 7f33ed417b2e29e5470724ea76967f64699a2662 Mon Sep 17 00:00:00 2001 From: Carsten Driesner Date: Mon, 17 Jan 2011 15:06:54 +0100 Subject: removetooltypes01: #i112600# Remove tools types from sw --- sw/inc/swregion.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sw/inc/swregion.hxx') diff --git a/sw/inc/swregion.hxx b/sw/inc/swregion.hxx index e3c7dadf4732..5693622409aa 100644 --- a/sw/inc/swregion.hxx +++ b/sw/inc/swregion.hxx @@ -37,18 +37,18 @@ class SwRegionRects : public SwRects { SwRect aOrigin; // die Kopie des StartRects - inline void InsertRect( const SwRect &rRect, const USHORT nPos, BOOL &rDel); + inline void InsertRect( const SwRect &rRect, const sal_uInt16 nPos, sal_Bool &rDel); public: - SwRegionRects( const SwRect& rStartRect, USHORT nInit = 20, - USHORT nGrow = 8 ); + SwRegionRects( const SwRect& rStartRect, sal_uInt16 nInit = 20, + sal_uInt16 nGrow = 8 ); // Zum Ausstanzen aus aOrigin. void operator-=( const SwRect& rRect ); // Aus Loechern werden Flaechen, aus Flaechen werden Loecher. void Invert(); // Benachbarte Rechtecke zusammenfassen. - void Compress( BOOL bFuzzy = TRUE ); + void Compress( sal_Bool bFuzzy = sal_True ); inline const SwRect &GetOrigin() const { return aOrigin; } inline void ChangeOrigin( const SwRect &rRect ) { aOrigin = rRect; } -- cgit