diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-01-27 07:52:36 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-01-27 12:59:46 +0000 |
commit | f75694e5b13236248171885633b0a3612940e04a (patch) | |
tree | 68dc468fde558672059ec50a7966a6461844ddaf /idl/inc/basobj.hxx | |
parent | 41e92ab2b7a8fcb7f5738f656bdac47bc0847f29 (diff) |
ByteString->rtl::OString
Diffstat (limited to 'idl/inc/basobj.hxx')
-rw-r--r-- | idl/inc/basobj.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/idl/inc/basobj.hxx b/idl/inc/basobj.hxx index 959a9f830224..6d49b4c9cfdd 100644 --- a/idl/inc/basobj.hxx +++ b/idl/inc/basobj.hxx @@ -151,8 +151,8 @@ public: SV_DECL_META_FACTORY1( SvMetaName, SvMetaObject, 15 ) SvMetaName(); - virtual sal_Bool SetName( const ByteString & rName, SvIdlDataBase * = NULL ); - void SetDescription( const ByteString& rText ) + virtual sal_Bool SetName( const rtl::OString& rName, SvIdlDataBase * = NULL ); + void SetDescription( const rtl::OString& rText ) { aDescription.setString(rText); } const SvHelpContext& GetHelpContext() const { return aHelpContext; } virtual const SvString & GetName() const { return aName; } |