diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-09-27 07:04:35 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-09-27 07:04:35 +0000 |
commit | 75c5d54fbab0228e1bb327b05ee37d233aea570b (patch) | |
tree | 2c14b2a3385d2363638b751af1b15089a73f4dea | |
parent | c0a6743c2b39810cd585e6f3fd18f9e0212e2c55 (diff) |
INTEGRATION: CWS swwarnings (1.7.242); FILE MERGED
2007/02/27 13:06:34 tl 1.7.242.1: #i69287# warning-free code
-rw-r--r-- | sw/inc/hints.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/hints.hxx b/sw/inc/hints.hxx index 8313f9318c85..db51a4df3392 100644 --- a/sw/inc/hints.hxx +++ b/sw/inc/hints.hxx @@ -4,9 +4,9 @@ * * $RCSfile: hints.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: hr $ $Date: 2006-08-14 15:25:14 $ + * last change: $Author: hr $ $Date: 2007-09-27 08:04:35 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -220,9 +220,9 @@ public: const SwAttrSet* GetTheChgdSet() const { return pTheChgdSet; } USHORT Count() const { return pChgSet->Count(); } - void ClearItem( USHORT nWhich = 0 ) + void ClearItem( USHORT nWhichL = 0 ) #ifdef PRODUCT - { pChgSet->ClearItem( nWhich ); } + { pChgSet->ClearItem( nWhichL ); } #else ; #endif |