diff options
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 ); }; |