From 58d4275efae7fc0f3e97c02d79b67cf688052e81 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 27 Jan 2012 08:00:05 +0000 Subject: make idl ByteString free --- idl/source/objects/types.cxx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'idl/source') diff --git a/idl/source/objects/types.cxx b/idl/source/objects/types.cxx index 368e06231883..391cdaba8c43 100644 --- a/idl/source/objects/types.cxx +++ b/idl/source/objects/types.cxx @@ -1870,15 +1870,13 @@ void SvMetaTypeEnum::ReadContextSvIdl( SvIdlDataBase & rBase, if( bOk ) { if( 0 == aEnumValueList.Count() ) + { // the first aPrefix = aEnumVal->GetName().getString(); + } else { - rtl::OString sCommonPrefix = getCommonSubPrefix(aPrefix, aEnumVal->GetName().getString()); - sal_uInt16 nPos = ByteString(aPrefix).Match( aEnumVal->GetName().getString() ); - if( nPos != aPrefix.getLength() && nPos != STRING_MATCH ) - aPrefix = aPrefix.copy(0, nPos); - assert(sCommonPrefix == aPrefix); + aPrefix = getCommonSubPrefix(aPrefix, aEnumVal->GetName().getString()); } aEnumValueList.Append( aEnumVal ); } -- cgit v1.2.3