branch | RCL_3 |
changeset 56 | 8152b1f1763a |
parent 50 | 5a1685599b76 |
--- a/textinput/peninputarc/inc/peninputlayoutcontrolinc/peninputlayoutbubblectrl.h Wed Sep 15 12:34:44 2010 +0300 +++ b/textinput/peninputarc/inc/peninputlayoutcontrolinc/peninputlayoutbubblectrl.h Wed Oct 13 14:55:58 2010 +0300 @@ -177,10 +177,7 @@ inline void CBubbleCtrl::GetText( TDes& aText ) { - if (iText) - { - aText.Copy( *iText ); - } + aText.Copy( *iText ); } inline void CBubbleCtrl::SetLangCode( TInt aLangCode )