fep/aknfep/src/AknFepUiInputStateCandidateMiniQwertyPinyinAndStrokePhrase.cpp
branchRCL_3
changeset 56 8152b1f1763a
parent 50 5a1685599b76
--- 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 <PtiEngine.h>  
 #include <PtiUserDicEntry.h>
 #include <aknnotewrappers.h> //CAknWarningNote 
-#include "AknFepUiManagerBase.h"
 
 const TInt KMinCandidateCount = 1;
 // User includes
@@ -43,7 +42,6 @@
 #include "AknFepUIManagerStateInterface.h"  
 #include "AknFepManager.h" 
 #include <aknfep.rsg>                 
-#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