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 | 6857d2e2f371a961ee2e44dabe627b752ec2cba4 (patch) | |
tree | 1236b4e38dc1b5010d49f816a13be4554b85bb18 /idl/inc/lex.hxx | |
parent | 7cc87b9a7454b4dd5da5f3d25ff494eaf4d27f94 (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/inc/lex.hxx')
-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 09f332321259..0823f2482dd8 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() |