textinput/peninputarc/inc/peninputlayoutcontrolinc/peninputlayoutbubblectrl.h
branchRCL_3
changeset 50 5a1685599b76
parent 44 ecbabf52600f
child 56 8152b1f1763a
equal deleted inserted replaced
46:bd83ceabce89 50:5a1685599b76
   175     iIconSize = aSize;
   175     iIconSize = aSize;
   176     }
   176     }
   177 
   177 
   178 inline void CBubbleCtrl::GetText( TDes& aText )
   178 inline void CBubbleCtrl::GetText( TDes& aText )
   179     {
   179     {
   180     aText.Copy( *iText );
   180     if (iText)
       
   181         {
       
   182         aText.Copy( *iText );
       
   183         }
   181     }
   184     }
   182 
   185 
   183 inline void CBubbleCtrl::SetLangCode( TInt aLangCode )
   186 inline void CBubbleCtrl::SetLangCode( TInt aLangCode )
   184     {
   187     {
   185     iLangCode = aLangCode;
   188     iLangCode = aLangCode;