diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-09-20 23:30:51 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-09-21 09:47:38 +0100 |
commit | 2cd8d42be0379e897c8331175ea9bd7f32e171a0 (patch) | |
tree | 4a8b60bb5a5a66520f2ab916071ed469fd841b72 /idl/inc | |
parent | 3eb62d6899534023fac60b1aa57dce337aa94cf9 (diff) |
ByteString->rtl::OStringBuffer
Diffstat (limited to 'idl/inc')
-rw-r--r-- | idl/inc/types.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/idl/inc/types.hxx b/idl/inc/types.hxx index a40cc68c6ff8..4ee6889ec4d3 100644 --- a/idl/inc/types.hxx +++ b/idl/inc/types.hxx @@ -29,6 +29,7 @@ #ifndef _TYPES_HXX #define _TYPES_HXX +#include <rtl/strbuf.hxx> #include <tools/ref.hxx> #include <basobj.hxx> @@ -116,7 +117,7 @@ public: WriteType, WriteAttribute ); virtual void Write( SvIdlDataBase & rBase, SvStream & rOutStm, sal_uInt16 nTab, WriteType, WriteAttribute = 0 ); - sal_uLong MakeSfx( ByteString& rAtrrArray ); + sal_uLong MakeSfx( rtl::OStringBuffer& rAtrrArray ); virtual void Insert( SvSlotElementList&, const ByteString & rPrefix, SvIdlDataBase& ); virtual void WriteHelpId( SvIdlDataBase & rBase, SvStream & rOutStm, @@ -238,7 +239,7 @@ public: void WriteOdlType( SvIdlDataBase & rBase, SvStream & rOutStm, sal_uInt16 nTab ); void AppendParserString (ByteString &rString); - sal_uLong MakeSfx( ByteString& rAtrrArray ); + sal_uLong MakeSfx( rtl::OStringBuffer& rAtrrArray ); virtual void WriteSfx( SvIdlDataBase & rBase, SvStream & rOutStm ); sal_Bool ReadMethodArgs( SvIdlDataBase & rBase, SvTokenStream & rInStm ); |