diff -r 5a1685599b76 -r 8152b1f1763a fep/aknfep/src/AknFepUiInputStateCandidateMiniQwertyPinyinAndStrokePhrase.cpp --- a/fep/aknfep/src/AknFepUiInputStateCandidateMiniQwertyPinyinAndStrokePhrase.cpp Wed Sep 15 12:34:44 2010 +0300 +++ b/fep/aknfep/src/AknFepUiInputStateCandidateMiniQwertyPinyinAndStrokePhrase.cpp Wed Oct 13 14:55:58 2010 +0300 @@ -30,7 +30,6 @@ #include #include #include //CAknWarningNote -#include "AknFepUiManagerBase.h" const TInt KMinCandidateCount = 1; // User includes @@ -43,7 +42,6 @@ #include "AknFepUIManagerStateInterface.h" #include "AknFepManager.h" #include -#include "AknFepUiManagerChinese.h" // --------------------------------------------------------------------------- // AknFepUiInputStateCandidateMiniQwertyPinyinAndStrokePhrase:: @@ -208,21 +206,11 @@ { if ( CheckFirstGroupStroke() ) { - //stroke to be shown - if ( iPlugin.IsEnable()) - { - iPlugin.AnalyseL(); - } RefreshUI( EFalse ); UIContainer()->CandidatePane()->SelectFirstPhrase(); } else { - //stroke to be shown - if ( iPlugin.IsEnable()) - { - iPlugin.AnalyseL(); - } UIContainer()->EditPaneWindow()->SetAutoChangeStateFlag( EAutoChangeStateFromCandidate ); iOwner->ChangeState( EMiniQwertyEdit ); } @@ -290,36 +278,5 @@ break; } } -void TAknFepUiInputStateCandidateMiniQwertyPinyinAndStrokePhrase::SubmitTextL( const TDesC& aText ) - { - if ( aText.Length() ) - { - if ( !CommitInlineEEPL( aText ) ) - { - DoActionAfterCommit(); - } - else - { - if ( CheckFirstGroupStroke() ) - { - //stroke to be shown - if ( iPlugin.IsEnable()) - { - iPlugin.AnalyseL(); - } - RefreshUI( EFalse ); - UIContainer()->CandidatePane()->SelectFirstPhrase(); - } - else - { - if ( iPlugin.IsEnable()) - { - iPlugin.AnalyseL(); - } - UIContainer()->EditPaneWindow()->SetAutoChangeStateFlag( EAutoChangeStateFromCandidate ); - iOwner->ChangeState( EMiniQwertyEdit ); - } - } - } - } + // End of file