diff options
Diffstat (limited to 'idl/inc/lex.hxx')
-rw-r--r-- | idl/inc/lex.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/idl/inc/lex.hxx b/idl/inc/lex.hxx index 607f0ec67a8d..c3d28f117a8f 100644 --- a/idl/inc/lex.hxx +++ b/idl/inc/lex.hxx @@ -66,7 +66,7 @@ public: SvToken & operator = ( const SvToken & rObj ); - ByteString GetTokenAsString() const; + rtl::OString GetTokenAsString() const; SVTOKEN_ENUM GetType() const { return nType; } void SetLine( sal_uLong nLineP ) { nLine = nLineP; } |