From eebae046b7ebf2ca0be1ea4e24005cc03468decc Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Thu, 27 Sep 2007 07:06:22 +0000 Subject: INTEGRATION: CWS swwarnings (1.16.128); FILE MERGED 2007/08/20 15:16:06 tl 1.16.128.2: RESYNC: (1.16-1.17); FILE MERGED 2007/02/22 15:05:37 tl 1.16.128.1: #i69287# warning-free code --- sw/inc/ndarr.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sw/inc/ndarr.hxx') diff --git a/sw/inc/ndarr.hxx b/sw/inc/ndarr.hxx index 0085d94550e6..a9db6150427e 100644 --- a/sw/inc/ndarr.hxx +++ b/sw/inc/ndarr.hxx @@ -4,9 +4,9 @@ * * $RCSfile: ndarr.hxx,v $ * - * $Revision: 1.17 $ + * $Revision: 1.18 $ * - * last change: $Author: obo $ $Date: 2007-07-18 12:54:53 $ + * last change: $Author: hr $ $Date: 2007-09-27 08:06:22 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -138,7 +138,7 @@ class SwNodes: private BigPtrArray // fuer dier Verwaltung der Indizies void RegisterIndex( SwNodeIndex& rIdx ); void DeRegisterIndex( SwNodeIndex& rIdx ); - void RemoveNode( ULONG nDelPos, ULONG nLen, FASTBOOL bDel ); + void RemoveNode( ULONG nDelPos, ULONG nLen, BOOL bDel ); // Aktionen auf die Nodes void SectionUpDown( const SwNodeIndex & aStart, const SwNodeIndex & aEnd ); -- cgit