diff -r 8466d47a6819 -r 12c456ceeff2 meetingrequest/mrgui/mrfieldbuilderpluginextension/src/cesmrviewerattendeesfield.cpp --- a/meetingrequest/mrgui/mrfieldbuilderpluginextension/src/cesmrviewerattendeesfield.cpp Thu Dec 17 08:39:21 2009 +0200 +++ b/meetingrequest/mrgui/mrfieldbuilderpluginextension/src/cesmrviewerattendeesfield.cpp Thu Jan 07 12:38:38 2010 +0200 @@ -530,15 +530,11 @@ text.Set( name ); } - HBufC* clippedTextHBufC = ClipTextLC( text, *font, maxLineWidth ); - TPtr clippedText = clippedTextHBufC->Des(); - clippedText.Trim(); - - if ( clippedText.Length() > 0 ) + if ( text.Length() > 0 ) { CESMRRichTextLink* link = CESMRRichTextLink::NewL( buffer.Length(), - clippedText.Length() + + text.Length() + KAddressDelimeterSemiColon().Length(), addr, CESMRRichTextLink::ETypeEmail, @@ -549,15 +545,13 @@ // Append text and semicolon to buffer. buffer.ReAllocL( buffer.Length() + - clippedText.Length() + + text.Length() + KAddressDelimeterSemiColon().Length() + KNewLine().Length() ); - buffer.Append( clippedText ); + buffer.Append( text ); buffer.Append( KAddressDelimeterSemiColon ); buffer.Append( KNewLine ); - } - - CleanupStack::PopAndDestroy( clippedTextHBufC ); + } } // If there are more lines in use than KMaxLineCount and