diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-09-19 23:44:54 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-09-20 10:11:42 +0100 |
commit | 557ba436637d3cc926c063aba0458f04a916fa66 (patch) | |
tree | 9b5619297bb2dec34ff1a7b6f6c1899b0959cee7 /idl/inc | |
parent | 512c562b8671fb8998ab8c6f31502b59f108e13a (diff) |
ByteString->rtl::OString[Buffer]
Diffstat (limited to 'idl/inc')
-rw-r--r-- | idl/inc/lex.hxx | 2 | ||||
-rw-r--r-- | idl/inc/types.hxx | 2 |
2 files changed, 2 insertions, 2 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; } diff --git a/idl/inc/types.hxx b/idl/inc/types.hxx index e4f405d9e693..b6bdfdbc5779 100644 --- a/idl/inc/types.hxx +++ b/idl/inc/types.hxx @@ -245,7 +245,7 @@ public: void WriteTypePrefix( SvIdlDataBase & rBase, SvStream & rOutStm, sal_uInt16 nTab, WriteType ); void WriteMethodArgs( SvIdlDataBase & rBase, SvStream & rOutStm, sal_uInt16 nTab, WriteType ); void WriteTheType( SvIdlDataBase & rBase, SvStream & rOutStm, sal_uInt16 nTab, WriteType ); - ByteString GetParserString() const; + rtl::OString GetParserString() const; void WriteParamNames( SvIdlDataBase & rBase, SvStream & rOutStm, const ByteString & rChief ); #endif |