diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 09:40:30 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 09:40:30 +0000 |
commit | d2348dc9c13bc31ea5c818225763e74941246eee (patch) | |
tree | ac3c75ffdfdcd0b4acf0b2f9491e63a5360a68cb /idl/inc | |
parent | 2c5ac94737a1e3b0b0c0af2fcffe37c3555828d2 (diff) |
INTEGRATION: CWS warnings01 (1.2.8); FILE MERGED
2005/10/27 16:03:13 sb 1.2.8.1: #i53898# Made code warning-free.
Diffstat (limited to 'idl/inc')
-rw-r--r-- | idl/inc/lex.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/idl/inc/lex.hxx b/idl/inc/lex.hxx index 93ba8169c294..b6b54b8bd8b0 100644 --- a/idl/inc/lex.hxx +++ b/idl/inc/lex.hxx @@ -4,9 +4,9 @@ * * $RCSfile: lex.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-09-07 17:46:19 $ + * last change: $Author: hr $ $Date: 2006-06-19 10:40:30 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -280,7 +280,6 @@ public: { pCurToken = aTokList.Seek( nMaxPos ); } - void Replace( const Range & rRange, SvToken * pToken ); }; |