diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-09-27 07:06:33 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-09-27 07:06:33 +0000 |
commit | c24809f970366b1d0525eabeace95b10b9b2f77d (patch) | |
tree | bbd2dda689aa177b9e4bd5cbca4c1edce21ccd8a /sw/inc/ndindex.hxx | |
parent | eebae046b7ebf2ca0be1ea4e24005cc03468decc (diff) |
INTEGRATION: CWS swwarnings (1.3.710); FILE MERGED
2007/02/22 15:05:37 tl 1.3.710.1: #i69287# warning-free code
Diffstat (limited to 'sw/inc/ndindex.hxx')
-rw-r--r-- | sw/inc/ndindex.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/ndindex.hxx b/sw/inc/ndindex.hxx index 35b5641b587b..77c6eba45bf0 100644 --- a/sw/inc/ndindex.hxx +++ b/sw/inc/ndindex.hxx @@ -4,9 +4,9 @@ * * $RCSfile: ndindex.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-09 02:01:46 $ + * last change: $Author: hr $ $Date: 2007-09-27 08:06:33 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -50,7 +50,7 @@ class SwNodeIndex { friend void SwNodes::RegisterIndex( SwNodeIndex& ); friend void SwNodes::DeRegisterIndex( SwNodeIndex& ); - friend void SwNodes::RemoveNode( ULONG, ULONG, FASTBOOL ); + friend void SwNodes::RemoveNode( ULONG, ULONG, BOOL ); #ifndef PRODUCT static int nSerial; |