diff options
Diffstat (limited to 'sw/inc/hints.hxx')
-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 |