diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-05-20 18:01:29 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-05-20 18:01:29 +0000 |
commit | 03ea5d558de7bbb3f418747b8a77775ad7853b28 (patch) | |
tree | e0e5e438145bb1c5190ec42ef35fb35c2eb193fb /idl | |
parent | 53c59e9e45e961d3fc8022f2669ce8a396351c00 (diff) |
INTEGRATION: CWS mba30patches01 (1.3.36); FILE MERGED
2008/04/23 09:44:58 mba 1.3.36.2: RESYNC: (1.3-1.4); FILE MERGED
2008/03/18 15:40:03 mba 1.3.36.1: #i86353#: remove unused code
Diffstat (limited to 'idl')
-rw-r--r-- | idl/inc/lex.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/idl/inc/lex.hxx b/idl/inc/lex.hxx index afd777f4a3..620cfd0a9f 100644 --- a/idl/inc/lex.hxx +++ b/idl/inc/lex.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: lex.hxx,v $ - * $Revision: 1.4 $ + * $Revision: 1.5 $ * * This file is part of OpenOffice.org. * @@ -71,7 +71,6 @@ public: SvToken & operator = ( const SvToken & rObj ); ByteString GetTokenAsString() const; - ByteString Print() const; SVTOKEN_ENUM GetType() const { return nType; } void SetLine( ULONG nLineP ) { nLine = nLineP; } @@ -196,7 +195,6 @@ public: SvTokenStream( SvStream & rInStream, const String & rFileName ); ~SvTokenStream(); - static BOOL GetHexValue( const ByteString & rStr, BigInt * pValue ); const String & GetFileName() const { return aFileName; } SvStream & GetStream() { return rInStream; } @@ -231,7 +229,6 @@ public: return GetToken_NextAll(); } SvToken * GetToken() const { return pCurToken; } - BOOL Skip( char cStart, char cEnd, UINT32 * pBegin ); BOOL Read( char cChar ) { if( pCurToken->IsChar() |