diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-01-22 07:29:33 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-01-23 11:37:04 +0000 |
commit | fba010a77757d0724a0da4a902e78f17cdf15b65 (patch) | |
tree | c91ad89be535b856abcf4e3494a7e46d36871e28 /idl/inc | |
parent | 66823037e164af16f2cb24c4299c8776869c682c (diff) |
make sot ByteString free
Diffstat (limited to 'idl/inc')
-rw-r--r-- | idl/inc/object.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/idl/inc/object.hxx b/idl/inc/object.hxx index 6690f82218f8..5319f41226be 100644 --- a/idl/inc/object.hxx +++ b/idl/inc/object.hxx @@ -102,7 +102,7 @@ class SvMetaClass : public SvMetaType void InsertSlots( SvSlotElementList& rList, std::vector<sal_uLong>& rSuperList, SvMetaClassList & rClassList, - const ByteString & rPrefix, SvIdlDataBase& rBase ); + const rtl::OString& rPrefix, SvIdlDataBase& rBase ); protected: virtual void ReadAttributesSvIdl( SvIdlDataBase & rBase, |