diff -r 6defe5d1bd39 -r 4eb1ae11334f textinput/peninputgenericitut/inc/peninputgenericitutdatamgr.h --- a/textinput/peninputgenericitut/inc/peninputgenericitutdatamgr.h Wed Mar 31 22:08:20 2010 +0300 +++ b/textinput/peninputgenericitut/inc/peninputgenericitutdatamgr.h Wed Apr 14 16:18:34 2010 +0300 @@ -177,7 +177,14 @@ TInt iIcfTextLineSpaceMarginForPrtWest; TInt iIcfTextHeightForPrtWest; TRect iShiftIconRectForPrtWest; + TRect iStarIconRectForPrtWest; TInt iSpellIcfTextHeightForPrtWest; + + TInt iSpellIcfTextLeftMarginForPrtWest; + TInt iSpellIcfTextRightMarginForPrtWest; + TInt iSpellIcfTextTopMarginForPrtWest; + TInt iSpellIcfTextBottomMarginForPrtWest; + TInt iSpellIcfTextLineSpaceMarginForPrtWest; private: CGenericItutDataMgr(MItutLayoutContext* aLayoutContext, CPtiEngine* aPtiEngine ); @@ -461,7 +468,7 @@ inline TBool CGenericItutDataMgr::IsPortraitWest() { - return !iLandScape && !IsChinese(); + return !iLandScape && !IsChinese() && !IsKorean(); } inline TBool CGenericItutDataMgr::IsValidLanguage(TInt aLanguage) {