imstutils/imconversationview/imcvuiapp/src/cimcvapprichtextcontainer.cpp
branchRCL_3
changeset 14 9fdee5e1da30
parent 0 5e5d6b214f4f
equal deleted inserted replaced
13:796276a1bdcc 14:9fdee5e1da30
  1729 
  1729 
  1730         highlights.AppendL( relativeSel );
  1730         highlights.AppendL( relativeSel );
  1731         types.AppendL( item.iItemType );
  1731         types.AppendL( item.iItemType );
  1732         
  1732         
  1733         // apply highlight item formatting
  1733         // apply highlight item formatting
  1734         HighLightItemL( realSel );
  1734         if( iItemHighlight )
       
  1735         	{
       
  1736 			HighLightItemL( realSel );
       
  1737         	}
  1735         }
  1738         }
  1736     
  1739     
  1737     CleanupStack::PopAndDestroy( findItem );
  1740     CleanupStack::PopAndDestroy( findItem );
  1738     IM_CV_LOGS(TXT("CIMCVAppRichTextContainer::ParseTextL()	 end" ));
  1741     IM_CV_LOGS(TXT("CIMCVAppRichTextContainer::ParseTextL()	 end" ));
  1739     }
  1742     }