summaryrefslogtreecommitdiff
path: root/sw/inc/swregion.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 07:11:52 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 07:11:52 +0000
commit05de20d0d2324698e702cb0617d0950aec67eb2a (patch)
treed3115c4f367f5523546e58103ef6f5971a23bab4 /sw/inc/swregion.hxx
parent35e0d000c28a753801adeb0c9e0276edb4e5236f (diff)
INTEGRATION: CWS swwarnings (1.2.710); FILE MERGED
2007/03/05 12:43:18 tl 1.2.710.2: #i69287# warning-free code 2007/02/22 15:05:39 tl 1.2.710.1: #i69287# warning-free code
Diffstat (limited to 'sw/inc/swregion.hxx')
-rw-r--r--sw/inc/swregion.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/swregion.hxx b/sw/inc/swregion.hxx
index c91b3e439523..ca446a834029 100644
--- a/sw/inc/swregion.hxx
+++ b/sw/inc/swregion.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: swregion.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 02:16:10 $
+ * last change: $Author: hr $ $Date: 2007-09-27 08:11:52 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -41,13 +41,13 @@
#include "swrect.hxx"
-SV_DECL_VARARR( SwRects, SwRect, 20, 8 );
+SV_DECL_VARARR( SwRects, SwRect, 20, 8 )
class SwRegionRects : public SwRects
{
SwRect aOrigin; // die Kopie des StartRects
- inline void InsertRect( const SwRect &rRect, const USHORT nPos, FASTBOOL &rDel);
+ inline void InsertRect( const SwRect &rRect, const USHORT nPos, BOOL &rDel);
public:
SwRegionRects( const SwRect& rStartRect, USHORT nInit = 20,